Interface VideoFormatOrBuilder (0.43.0)

public interface VideoFormatOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCodec()

public abstract String getCodec()

Video codec used in this video stream.

string codec = 1;

Returns
TypeDescription
String

The codec.

getCodecBytes()

public abstract ByteString getCodecBytes()

Video codec used in this video stream.

string codec = 1;

Returns
TypeDescription
ByteString

The bytes for codec.

getFrameRate()

public abstract double getFrameRate()

The frame rate of the input video stream.

double frame_rate = 4;

Returns
TypeDescription
double

The frameRate.

getHeightPixels()

public abstract int getHeightPixels()

The height of the video stream in pixels.

int32 height_pixels = 3;

Returns
TypeDescription
int

The heightPixels.

getWidthPixels()

public abstract int getWidthPixels()

The width of the video stream in pixels.

int32 width_pixels = 2;

Returns
TypeDescription
int

The widthPixels.