public enum VideoStream.FrameRateConversionStrategy extends Enum<VideoStream.FrameRateConversionStrategy> implements ProtocolMessageEnum
The conversion strategy for desired frame rate.
Protobuf enum google.cloud.video.transcoder.v1.VideoStream.FrameRateConversionStrategy
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DOWNSAMPLE |
Selectively retain frames to reduce the output frame rate.
Every n th frame is kept, where |
DOWNSAMPLE_VALUE |
Selectively retain frames to reduce the output frame rate.
Every n th frame is kept, where |
DROP_DUPLICATE |
Drop or duplicate frames to match the specified frame rate. |
DROP_DUPLICATE_VALUE |
Drop or duplicate frames to match the specified frame rate. |
FRAME_RATE_CONVERSION_STRATEGY_UNSPECIFIED |
Unspecified frame rate conversion strategy. |
FRAME_RATE_CONVERSION_STRATEGY_UNSPECIFIED_VALUE |
Unspecified frame rate conversion strategy. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |