Interface VideoStreamOrBuilder (0.43.0)

public interface VideoStreamOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCodecSettingsCase()

public abstract VideoStream.CodecSettingsCase getCodecSettingsCase()
Returns
TypeDescription
VideoStream.CodecSettingsCase

getH264()

public abstract VideoStream.H264CodecSettings getH264()

H264 codec settings.

.google.cloud.video.livestream.v1.VideoStream.H264CodecSettings h264 = 20;

Returns
TypeDescription
VideoStream.H264CodecSettings

The h264.

getH264OrBuilder()

public abstract VideoStream.H264CodecSettingsOrBuilder getH264OrBuilder()

H264 codec settings.

.google.cloud.video.livestream.v1.VideoStream.H264CodecSettings h264 = 20;

Returns
TypeDescription
VideoStream.H264CodecSettingsOrBuilder

hasH264()

public abstract boolean hasH264()

H264 codec settings.

.google.cloud.video.livestream.v1.VideoStream.H264CodecSettings h264 = 20;

Returns
TypeDescription
boolean

Whether the h264 field is set.