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.
Implements
IMessageInputAttributes, IEquatableInputAttributes, IDeepCloneableInputAttributes, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
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 |