public interface VideoStreamPropertyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIndex()
public abstract int getIndex()Index of this video stream.
int32 index = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The index. |
getVideoFormat()
public abstract VideoFormat getVideoFormat()Properties of the video format.
.google.cloud.video.livestream.v1.VideoFormat video_format = 2;
| Returns | |
|---|---|
| Type | Description |
VideoFormat |
The videoFormat. |
getVideoFormatOrBuilder()
public abstract VideoFormatOrBuilder getVideoFormatOrBuilder()Properties of the video format.
.google.cloud.video.livestream.v1.VideoFormat video_format = 2;
| Returns | |
|---|---|
| Type | Description |
VideoFormatOrBuilder |
|
hasVideoFormat()
public abstract boolean hasVideoFormat()Properties of the video format.
.google.cloud.video.livestream.v1.VideoFormat video_format = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the videoFormat field is set. |