Represents the MIME type of the codec.

interface StatsCodec {
    mimeType?: string;
}

Hierarchy (view full)

Properties

Properties

mimeType?: string

The codec MIME media type/subtype. e.g., video/vp8 or equivalent.