The context in which a new decoder is chosen.

interface DecoderContext {
    isAd: boolean;
    mediaType: DecoderContextMediaType;
}

Properties

Properties

isAd: boolean