public sealed class RenditionFilter : IMessage<RenditionFilter>, IEquatable<RenditionFilter>, IDeepCloneable<RenditionFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class RenditionFilter.
Filters for a video or muxed redition.
Implements
IMessageRenditionFilter, IEquatableRenditionFilter, IDeepCloneableRenditionFilter, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
RenditionFilter()
public RenditionFilter()
RenditionFilter(RenditionFilter)
public RenditionFilter(RenditionFilter other)
Parameter | |
---|---|
Name | Description |
other |
RenditionFilter |
Properties
BitrateBps
public int BitrateBps { get; set; }
Bitrate in bits per second for the rendition. If set, only renditions with the exact bitrate will match.
Property Value | |
---|---|
Type | Description |
int |
Codecs
public string Codecs { get; set; }
Codecs for the rendition. If set, only renditions with the exact value will match.
Property Value | |
---|---|
Type | Description |
string |