THEOplayer > VerizonMediaSource
Inherits from BaseSource . See parent page for inherited properties and methods.
Represents a media resource which is found on the Verizon Media Platform.
Signature:
export interface VerizonMediaSource extends BaseSource
Property |
Type |
Description |
---|---|---|
assetInfo (optional) |
|
Whether asset info will be fetched from the Verizon Media Asset Info API and exposed on the player API. |
assetType (optional) |
The asset content type of the source. |
|
contentProtected (optional) |
|
Whether the assets of the source are content protected. |
VerizonMediaAssetId |
One or multiple asset identifiers for the source. |
|
|
The integration ID of the source. |
|
ping (optional) |
The Ping API feature configuration of the source. |
|
playbackUrlParameters (optional) |
|
The query string parameters added to Verizon Media playback URL requests. |
preplayParameters (optional) |
|
The query string parameters added to Verizon Media Preplay requests. |
Whether asset info will be fetched from the Verizon Media Asset Info API and exposed on the player API.
Signature:
assetInfo?: boolean;
- This feature is only available if VerizonMediaSource.assetType is 'asset'
The asset content type of the source.
Signature:
assetType?: VerizonMediaAssetType;
Whether the assets of the source are content protected.
Signature:
contentProtected?: boolean;
One or multiple asset identifiers for the source.
Signature:
id: VerizonMediaAssetId | VerizonMediaAssetId[] | VerizonMediaExternalId;
- The order of a list of asset identifiers is the order their corresponding assets will be played in.
The integration ID of the source.
Signature:
integration: 'verizon-media';
The Ping API feature configuration of the source.
Signature:
ping?: VerizonMediaPingConfiguration;
- A configuration with all features disabled will prevent Ping requests being sent.
The query string parameters added to Verizon Media playback URL requests.
Signature:
playbackUrlParameters?: Record<string, string>;
Each entry contains the parameter name with associated value.
Valid parameters:
- Uplynk Playback Customization parameters
- Uplynk Tokens parameters
The query string parameters added to Verizon Media Preplay requests.
Signature:
preplayParameters?: Record<string, string>;
Each entry contains the parameter name with associated value.
Valid parameters:
- Uplynk Preplay parameters
- Uplynk ads with AOL One Video parameters
- Uplynk ads with Doubleclick parameters
- Uplynk ads with FreeWheel parameters