Interface RenditionFilterOrBuilder (0.41.0)

public interface RenditionFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBitrateBps()

public abstract int getBitrateBps()

Bitrate in bits per second for the rendition. If set, only renditions with the exact bitrate will match.

int32 bitrate_bps = 1;

Returns
TypeDescription
int

The bitrateBps.

getCodecs()

public abstract String getCodecs()

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

string codecs = 2;

Returns
TypeDescription
String

The codecs.

getCodecsBytes()

public abstract ByteString getCodecsBytes()

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

string codecs = 2;

Returns
TypeDescription
ByteString

The bytes for codecs.