interface PlayerManifestAPI {
    dash?: DashAPI;
    hls?: HlsAPI;
}

Properties

Properties

dash?: DashAPI

Offers insight into the loaded DASH manifest.

hls?: HlsAPI

Offers insight into the loaded HLS manifest.

Generated using TypeDoc