Interface PlayerLoadConfiguration

An optional configuration that applies to the play session created by the Player.load call this object is included in.

interface PlayerLoadConfiguration {
    mediaType: string;
}

Properties

Properties

mediaType: string

Media type of the content if known; for example, 'video/mp4' or 'application/x-mpegURL'. If not provided, the type is inferred from the path.