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.CodecSettingsCaseVideoStream.CodecSettingsCase. forNumber(int value)VideoStream.CodecSettingsCaseVideoStream.Builder. getCodecSettingsCase()VideoStream.CodecSettingsCaseVideoStream. getCodecSettingsCase()VideoStream.CodecSettingsCaseVideoStreamOrBuilder. getCodecSettingsCase()static VideoStream.CodecSettingsCaseVideoStream.CodecSettingsCase. valueOf(int value)Deprecated.static VideoStream.CodecSettingsCaseVideoStream.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.
-