StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.encoders.mediacodec
/
VideoEncoderInfo
Video
Encoder
Info
class
VideoEncoderInfo
(
codecInfo
:
MediaCodecInfo
,
mimeType
:
String
)
:
EncoderInfo
Members
Constructors
Video
Encoder
Info
Link copied to clipboard
constructor
(
codecInfo
:
MediaCodecInfo
,
mimeType
:
String
)
Properties
codec
Capabilities
Link copied to clipboard
protected
val
codecCapabilities
:
MediaCodecInfo.CodecCapabilities
name
Link copied to clipboard
open
override
val
name
:
String
The encoder name
supported
Bitrates
Link copied to clipboard
val
supportedBitrates
:
Range
<
Int
>
supported
Frame
Rates
Link copied to clipboard
val
supportedFrameRates
:
Range
<
Int
>
supported
Heights
Link copied to clipboard
val
supportedHeights
:
Range
<
Int
>
supported
Widths
Link copied to clipboard
val
supportedWidths
:
Range
<
Int
>