Uses of Class
com.google.cloud.video.transcoder.v1.VideoStream.CodecSettingsCase
-
Packages that use VideoStream.CodecSettingsCase Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of VideoStream.CodecSettingsCase in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return VideoStream.CodecSettingsCase Modifier and Type Method Description static VideoStream.CodecSettingsCase
VideoStream.CodecSettingsCase. forNumber(int value)
VideoStream.CodecSettingsCase
VideoStream.Builder. getCodecSettingsCase()
VideoStream.CodecSettingsCase
VideoStream. getCodecSettingsCase()
VideoStream.CodecSettingsCase
VideoStreamOrBuilder. getCodecSettingsCase()
static VideoStream.CodecSettingsCase
VideoStream.CodecSettingsCase. valueOf(int value)
Deprecated.static VideoStream.CodecSettingsCase
VideoStream.CodecSettingsCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static VideoStream.CodecSettingsCase[]
VideoStream.CodecSettingsCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-