MediaCodecSupport

data class MediaCodecSupport(val audioCodecs: Set<MediaCodec>, val videoCodecs: Set<MediaCodec>)

Immutable snapshot of codecs reported as supported by the current platform backend.

Constructors

Link copied to clipboard
constructor(audioCodecs: Set<MediaCodec>, videoCodecs: Set<MediaCodec>)

Properties

Link copied to clipboard

All audio and video codecs reported as supported by the current platform backend.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns true when codec is present in this support snapshot.