Type
MediaCodec
Union type of known media codecs.
ts
type MediaCodec =
| VideoCodec
| AudioCodec
| SubtitleCodec;
See VideoCodec
, AudioCodec
, and SubtitleCodec
.
Used by
AdtsOutputFormat.getSupportedCodecs()
canEncode()
getEncodableCodecs()
InputTrack.codec
IsobmffOutputFormat.getSupportedCodecs()
MkvOutputFormat.getSupportedCodecs()
MovOutputFormat.getSupportedCodecs()
Mp3OutputFormat.getSupportedCodecs()
Mp4OutputFormat.getSupportedCodecs()
OggOutputFormat.getSupportedCodecs()
OutputFormat.getSupportedCodecs()
WavOutputFormat.getSupportedCodecs()
WebMOutputFormat.getSupportedCodecs()