Transcoder v1 API - Class InputAttributes (2.11.0)

public sealed class InputAttributes : IMessage<InputAttributes>, IEquatable<InputAttributes>, IDeepCloneable<InputAttributes>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class InputAttributes.

Input attributes that provide additional information about the input asset.

Inheritance

object > InputAttributes

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

InputAttributes()

public InputAttributes()

InputAttributes(InputAttributes)

public InputAttributes(InputAttributes other)
Parameter
Name Description
other InputAttributes

Properties

TrackDefinitions

public RepeatedField<TrackDefinition> TrackDefinitions { get; }

Optional. A list of track definitions for the input asset.

Property Value
Type Description
RepeatedFieldTrackDefinition