Interface VideoStreamPropertyOrBuilder (0.19.0)

public interface VideoStreamPropertyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndex()

public abstract int getIndex()

Index of this video stream.

int32 index = 1;

Returns
TypeDescription
int

The index.

getVideoFormat()

public abstract VideoFormat getVideoFormat()

Properties of the video format.

.google.cloud.video.livestream.v1.VideoFormat video_format = 2;

Returns
TypeDescription
VideoFormat

The videoFormat.

getVideoFormatOrBuilder()

public abstract VideoFormatOrBuilder getVideoFormatOrBuilder()

Properties of the video format.

.google.cloud.video.livestream.v1.VideoFormat video_format = 2;

Returns
TypeDescription
VideoFormatOrBuilder

hasVideoFormat()

public abstract boolean hasVideoFormat()

Properties of the video format.

.google.cloud.video.livestream.v1.VideoFormat video_format = 2;

Returns
TypeDescription
boolean

Whether the videoFormat field is set.