public interface VideoFormatOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCodec()
public abstract String getCodec()Video codec used in this video stream.
string codec = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The codec. |
getCodecBytes()
public abstract ByteString getCodecBytes()Video codec used in this video stream.
string codec = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for codec. |
getFrameRate()
public abstract double getFrameRate()The frame rate of the input video stream.
double frame_rate = 4;
| Returns | |
|---|---|
| Type | Description |
double |
The frameRate. |
getHeightPixels()
public abstract int getHeightPixels()The height of the video stream in pixels.
int32 height_pixels = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The heightPixels. |
getWidthPixels()
public abstract int getWidthPixels()The width of the video stream in pixels.
int32 width_pixels = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The widthPixels. |