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