Package | Description |
---|---|
org.webrtc |
Modifier and Type | Field and Description |
---|---|
EncodedImage.FrameType |
EncodedImage.frameType |
EncodedImage.FrameType[] |
VideoEncoder.EncodeInfo.frameTypes |
Modifier and Type | Method and Description |
---|---|
static EncodedImage.FrameType |
EncodedImage.FrameType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncodedImage.FrameType[] |
EncodedImage.FrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EncodedImage.Builder |
EncodedImage.Builder.setFrameType(EncodedImage.FrameType frameType) |
Constructor and Description |
---|
EncodeInfo(EncodedImage.FrameType[] frameTypes) |