public static final class VideoStream.H265CodecSettings extends com.google.protobuf.GeneratedMessageV3 implements VideoStream.H265CodecSettingsOrBuilder
H265 codec settings.Protobuf type
google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings| Modifier and Type | Class and Description |
|---|---|
static class |
VideoStream.H265CodecSettings.Builder
H265 codec settings.
|
static class |
VideoStream.H265CodecSettings.GopModeCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOW_OPEN_GOP_FIELD_NUMBER |
static int |
AQ_STRENGTH_FIELD_NUMBER |
static int |
B_FRAME_COUNT_FIELD_NUMBER |
static int |
B_PYRAMID_FIELD_NUMBER |
static int |
BITRATE_BPS_FIELD_NUMBER |
static int |
CRF_LEVEL_FIELD_NUMBER |
static int |
ENABLE_TWO_PASS_FIELD_NUMBER |
static int |
FRAME_RATE_FIELD_NUMBER |
static int |
GOP_DURATION_FIELD_NUMBER |
static int |
GOP_FRAME_COUNT_FIELD_NUMBER |
static int |
HEIGHT_PIXELS_FIELD_NUMBER |
static int |
PIXEL_FORMAT_FIELD_NUMBER |
static int |
PRESET_FIELD_NUMBER |
static int |
PROFILE_FIELD_NUMBER |
static int |
RATE_CONTROL_MODE_FIELD_NUMBER |
static int |
TUNE_FIELD_NUMBER |
static int |
VBV_FULLNESS_BITS_FIELD_NUMBER |
static int |
VBV_SIZE_BITS_FIELD_NUMBER |
static int |
WIDTH_PIXELS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getAllowOpenGop()
Specifies whether an open Group of Pictures (GOP) structure should be
allowed or not.
|
double |
getAqStrength()
Specify the intensity of the adaptive quantizer (AQ).
|
int |
getBFrameCount()
The number of consecutive B-frames.
|
int |
getBitrateBps()
Required.
|
boolean |
getBPyramid()
Allow B-pyramid for reference frame selection.
|
int |
getCrfLevel()
Target CRF level.
|
static VideoStream.H265CodecSettings |
getDefaultInstance() |
VideoStream.H265CodecSettings |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnableTwoPass()
Use two-pass encoding strategy to achieve better video quality.
|
double |
getFrameRate()
Required.
|
com.google.protobuf.Duration |
getGopDuration()
Select the GOP size based on the specified duration.
|
com.google.protobuf.DurationOrBuilder |
getGopDurationOrBuilder()
Select the GOP size based on the specified duration.
|
int |
getGopFrameCount()
Select the GOP size based on the specified frame count.
|
VideoStream.H265CodecSettings.GopModeCase |
getGopModeCase() |
int |
getHeightPixels()
The height of the video in pixels.
|
com.google.protobuf.Parser<VideoStream.H265CodecSettings> |
getParserForType() |
String |
getPixelFormat()
Pixel format to use.
|
com.google.protobuf.ByteString |
getPixelFormatBytes()
Pixel format to use.
|
String |
getPreset()
Enforces the specified codec preset.
|
com.google.protobuf.ByteString |
getPresetBytes()
Enforces the specified codec preset.
|
String |
getProfile()
Enforces the specified codec profile.
|
com.google.protobuf.ByteString |
getProfileBytes()
Enforces the specified codec profile.
|
String |
getRateControlMode()
Specify the `rate_control_mode`.
|
com.google.protobuf.ByteString |
getRateControlModeBytes()
Specify the `rate_control_mode`.
|
int |
getSerializedSize() |
String |
getTune()
Enforces the specified codec tune.
|
com.google.protobuf.ByteString |
getTuneBytes()
Enforces the specified codec tune.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getVbvFullnessBits()
Initial fullness of the Video Buffering Verifier (VBV) buffer in bits.
|
int |
getVbvSizeBits()
Size of the Video Buffering Verifier (VBV) buffer in bits.
|
int |
getWidthPixels()
The width of the video in pixels.
|
boolean |
hasGopDuration()
Select the GOP size based on the specified duration.
|
boolean |
hasGopFrameCount()
Select the GOP size based on the specified frame count.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VideoStream.H265CodecSettings.Builder |
newBuilder() |
static VideoStream.H265CodecSettings.Builder |
newBuilder(VideoStream.H265CodecSettings prototype) |
VideoStream.H265CodecSettings.Builder |
newBuilderForType() |
protected VideoStream.H265CodecSettings.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static VideoStream.H265CodecSettings |
parseDelimitedFrom(InputStream input) |
static VideoStream.H265CodecSettings |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VideoStream.H265CodecSettings |
parseFrom(byte[] data) |
static VideoStream.H265CodecSettings |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VideoStream.H265CodecSettings |
parseFrom(ByteBuffer data) |
static VideoStream.H265CodecSettings |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VideoStream.H265CodecSettings |
parseFrom(com.google.protobuf.ByteString data) |
static VideoStream.H265CodecSettings |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VideoStream.H265CodecSettings |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VideoStream.H265CodecSettings |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VideoStream.H265CodecSettings |
parseFrom(InputStream input) |
static VideoStream.H265CodecSettings |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VideoStream.H265CodecSettings> |
parser() |
VideoStream.H265CodecSettings.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int WIDTH_PIXELS_FIELD_NUMBER
public static final int HEIGHT_PIXELS_FIELD_NUMBER
public static final int FRAME_RATE_FIELD_NUMBER
public static final int BITRATE_BPS_FIELD_NUMBER
public static final int PIXEL_FORMAT_FIELD_NUMBER
public static final int RATE_CONTROL_MODE_FIELD_NUMBER
public static final int CRF_LEVEL_FIELD_NUMBER
public static final int ALLOW_OPEN_GOP_FIELD_NUMBER
public static final int GOP_FRAME_COUNT_FIELD_NUMBER
public static final int GOP_DURATION_FIELD_NUMBER
public static final int ENABLE_TWO_PASS_FIELD_NUMBER
public static final int VBV_SIZE_BITS_FIELD_NUMBER
public static final int VBV_FULLNESS_BITS_FIELD_NUMBER
public static final int B_PYRAMID_FIELD_NUMBER
public static final int B_FRAME_COUNT_FIELD_NUMBER
public static final int AQ_STRENGTH_FIELD_NUMBER
public static final int PROFILE_FIELD_NUMBER
public static final int TUNE_FIELD_NUMBER
public static final int PRESET_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public VideoStream.H265CodecSettings.GopModeCase getGopModeCase()
getGopModeCase in interface VideoStream.H265CodecSettingsOrBuilderpublic int getWidthPixels()
The width of the video in pixels. Must be an even integer. When not specified, the width is adjusted to match the specified height and input aspect ratio. If both are omitted, the input width is used.
int32 width_pixels = 1;getWidthPixels in interface VideoStream.H265CodecSettingsOrBuilderpublic int getHeightPixels()
The height of the video in pixels. Must be an even integer. When not specified, the height is adjusted to match the specified width and input aspect ratio. If both are omitted, the input height is used.
int32 height_pixels = 2;getHeightPixels in interface VideoStream.H265CodecSettingsOrBuilderpublic double getFrameRate()
Required. The target video frame rate in frames per second (FPS). Must be less than or equal to 120. Will default to the input frame rate if larger than the input frame rate. The API will generate an output FPS that is divisible by the input FPS, and smaller or equal to the target FPS. See [Calculating frame rate](https://cloud.google.com/transcoder/docs/concepts/frame-rate) for more information.
double frame_rate = 3 [(.google.api.field_behavior) = REQUIRED];getFrameRate in interface VideoStream.H265CodecSettingsOrBuilderpublic int getBitrateBps()
Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value is 800,000,000.
int32 bitrate_bps = 4 [(.google.api.field_behavior) = REQUIRED];getBitrateBps in interface VideoStream.H265CodecSettingsOrBuilderpublic String getPixelFormat()
Pixel format to use. The default is `yuv420p`. Supported pixel formats: - `yuv420p` pixel format - `yuv422p` pixel format - `yuv444p` pixel format - `yuv420p10` 10-bit HDR pixel format - `yuv422p10` 10-bit HDR pixel format - `yuv444p10` 10-bit HDR pixel format - `yuv420p12` 12-bit HDR pixel format - `yuv422p12` 12-bit HDR pixel format - `yuv444p12` 12-bit HDR pixel format
string pixel_format = 5;getPixelFormat in interface VideoStream.H265CodecSettingsOrBuilderpublic com.google.protobuf.ByteString getPixelFormatBytes()
Pixel format to use. The default is `yuv420p`. Supported pixel formats: - `yuv420p` pixel format - `yuv422p` pixel format - `yuv444p` pixel format - `yuv420p10` 10-bit HDR pixel format - `yuv422p10` 10-bit HDR pixel format - `yuv444p10` 10-bit HDR pixel format - `yuv420p12` 12-bit HDR pixel format - `yuv422p12` 12-bit HDR pixel format - `yuv444p12` 12-bit HDR pixel format
string pixel_format = 5;getPixelFormatBytes in interface VideoStream.H265CodecSettingsOrBuilderpublic String getRateControlMode()
Specify the `rate_control_mode`. The default is `vbr`. Supported rate control modes: - `vbr` - variable bitrate - `crf` - constant rate factor
string rate_control_mode = 6;getRateControlMode in interface VideoStream.H265CodecSettingsOrBuilderpublic com.google.protobuf.ByteString getRateControlModeBytes()
Specify the `rate_control_mode`. The default is `vbr`. Supported rate control modes: - `vbr` - variable bitrate - `crf` - constant rate factor
string rate_control_mode = 6;getRateControlModeBytes in interface VideoStream.H265CodecSettingsOrBuilderpublic int getCrfLevel()
Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
int32 crf_level = 7;getCrfLevel in interface VideoStream.H265CodecSettingsOrBuilderpublic boolean getAllowOpenGop()
Specifies whether an open Group of Pictures (GOP) structure should be allowed or not. The default is `false`.
bool allow_open_gop = 8;getAllowOpenGop in interface VideoStream.H265CodecSettingsOrBuilderpublic boolean hasGopFrameCount()
Select the GOP size based on the specified frame count. Must be greater than zero.
int32 gop_frame_count = 9;hasGopFrameCount in interface VideoStream.H265CodecSettingsOrBuilderpublic int getGopFrameCount()
Select the GOP size based on the specified frame count. Must be greater than zero.
int32 gop_frame_count = 9;getGopFrameCount in interface VideoStream.H265CodecSettingsOrBuilderpublic boolean hasGopDuration()
Select the GOP size based on the specified duration. The default is `3s`. Note that `gopDuration` must be less than or equal to [`segmentDuration`](#SegmentSettings), and [`segmentDuration`](#SegmentSettings) must be divisible by `gopDuration`.
.google.protobuf.Duration gop_duration = 10;hasGopDuration in interface VideoStream.H265CodecSettingsOrBuilderpublic com.google.protobuf.Duration getGopDuration()
Select the GOP size based on the specified duration. The default is `3s`. Note that `gopDuration` must be less than or equal to [`segmentDuration`](#SegmentSettings), and [`segmentDuration`](#SegmentSettings) must be divisible by `gopDuration`.
.google.protobuf.Duration gop_duration = 10;getGopDuration in interface VideoStream.H265CodecSettingsOrBuilderpublic com.google.protobuf.DurationOrBuilder getGopDurationOrBuilder()
Select the GOP size based on the specified duration. The default is `3s`. Note that `gopDuration` must be less than or equal to [`segmentDuration`](#SegmentSettings), and [`segmentDuration`](#SegmentSettings) must be divisible by `gopDuration`.
.google.protobuf.Duration gop_duration = 10;getGopDurationOrBuilder in interface VideoStream.H265CodecSettingsOrBuilderpublic boolean getEnableTwoPass()
Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `vbr`. The default is `false`.
bool enable_two_pass = 11;getEnableTwoPass in interface VideoStream.H265CodecSettingsOrBuilderpublic int getVbvSizeBits()
Size of the Video Buffering Verifier (VBV) buffer in bits. Must be greater than zero. The default is equal to `VideoStream.bitrate_bps`.
int32 vbv_size_bits = 12;getVbvSizeBits in interface VideoStream.H265CodecSettingsOrBuilderpublic int getVbvFullnessBits()
Initial fullness of the Video Buffering Verifier (VBV) buffer in bits. Must be greater than zero. The default is equal to 90% of `VideoStream.vbv_size_bits`.
int32 vbv_fullness_bits = 13;getVbvFullnessBits in interface VideoStream.H265CodecSettingsOrBuilderpublic boolean getBPyramid()
Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
bool b_pyramid = 14;getBPyramid in interface VideoStream.H265CodecSettingsOrBuilderpublic int getBFrameCount()
The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
int32 b_frame_count = 15;getBFrameCount in interface VideoStream.H265CodecSettingsOrBuilderpublic double getAqStrength()
Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
double aq_strength = 16;getAqStrength in interface VideoStream.H265CodecSettingsOrBuilderpublic String getProfile()
Enforces the specified codec profile. The following profiles are
supported:
* 8-bit profiles
* `main` (default)
* `main-intra`
* `mainstillpicture`
* 10-bit profiles
* `main10` (default)
* `main10-intra`
* `main422-10`
* `main422-10-intra`
* `main444-10`
* `main444-10-intra`
* 12-bit profiles
* `main12` (default)
* `main12-intra`
* `main422-12`
* `main422-12-intra`
* `main444-12`
* `main444-12-intra`
The available options are
[FFmpeg-compatible](https://x265.readthedocs.io/).
Note that certain values for this field may cause the
transcoder to override other fields you set in the `H265CodecSettings`
message.
string profile = 17;getProfile in interface VideoStream.H265CodecSettingsOrBuilderpublic com.google.protobuf.ByteString getProfileBytes()
Enforces the specified codec profile. The following profiles are
supported:
* 8-bit profiles
* `main` (default)
* `main-intra`
* `mainstillpicture`
* 10-bit profiles
* `main10` (default)
* `main10-intra`
* `main422-10`
* `main422-10-intra`
* `main444-10`
* `main444-10-intra`
* 12-bit profiles
* `main12` (default)
* `main12-intra`
* `main422-12`
* `main422-12-intra`
* `main444-12`
* `main444-12-intra`
The available options are
[FFmpeg-compatible](https://x265.readthedocs.io/).
Note that certain values for this field may cause the
transcoder to override other fields you set in the `H265CodecSettings`
message.
string profile = 17;getProfileBytes in interface VideoStream.H265CodecSettingsOrBuilderpublic String getTune()
Enforces the specified codec tune. The available options are [FFmpeg-compatible](https://trac.ffmpeg.org/wiki/Encode/H.265). Note that certain values for this field may cause the transcoder to override other fields you set in the `H265CodecSettings` message.
string tune = 18;getTune in interface VideoStream.H265CodecSettingsOrBuilderpublic com.google.protobuf.ByteString getTuneBytes()
Enforces the specified codec tune. The available options are [FFmpeg-compatible](https://trac.ffmpeg.org/wiki/Encode/H.265). Note that certain values for this field may cause the transcoder to override other fields you set in the `H265CodecSettings` message.
string tune = 18;getTuneBytes in interface VideoStream.H265CodecSettingsOrBuilderpublic String getPreset()
Enforces the specified codec preset. The default is `veryfast`. The available options are [FFmpeg-compatible](https://trac.ffmpeg.org/wiki/Encode/H.265). Note that certain values for this field may cause the transcoder to override other fields you set in the `H265CodecSettings` message.
string preset = 19;getPreset in interface VideoStream.H265CodecSettingsOrBuilderpublic com.google.protobuf.ByteString getPresetBytes()
Enforces the specified codec preset. The default is `veryfast`. The available options are [FFmpeg-compatible](https://trac.ffmpeg.org/wiki/Encode/H.265). Note that certain values for this field may cause the transcoder to override other fields you set in the `H265CodecSettings` message.
string preset = 19;getPresetBytes in interface VideoStream.H265CodecSettingsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static VideoStream.H265CodecSettings parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VideoStream.H265CodecSettings parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VideoStream.H265CodecSettings parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VideoStream.H265CodecSettings parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VideoStream.H265CodecSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VideoStream.H265CodecSettings parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VideoStream.H265CodecSettings parseFrom(InputStream input) throws IOException
IOExceptionpublic static VideoStream.H265CodecSettings parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VideoStream.H265CodecSettings parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VideoStream.H265CodecSettings parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VideoStream.H265CodecSettings parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VideoStream.H265CodecSettings parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic VideoStream.H265CodecSettings.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static VideoStream.H265CodecSettings.Builder newBuilder()
public static VideoStream.H265CodecSettings.Builder newBuilder(VideoStream.H265CodecSettings prototype)
public VideoStream.H265CodecSettings.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected VideoStream.H265CodecSettings.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static VideoStream.H265CodecSettings getDefaultInstance()
public static com.google.protobuf.Parser<VideoStream.H265CodecSettings> parser()
public com.google.protobuf.Parser<VideoStream.H265CodecSettings> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public VideoStream.H265CodecSettings getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.