Video Stitcher v1 API - Class RenditionFilter (3.1.0)

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.

Inheritance

object > RenditionFilter

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

RenditionFilter()

public RenditionFilter()

RenditionFilter(RenditionFilter)

public RenditionFilter(RenditionFilter other)
Parameter
NameDescription
otherRenditionFilter

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
TypeDescription
int

Codecs

public string Codecs { get; set; }

Codecs for the rendition. If set, only renditions with the exact value will match.

Property Value
TypeDescription
string