Extends
StreamRequest
A class for specifying properties of the pod serving live stream request.
| Constructors | |
|---|---|
constructor
|
|
| Properties | |
|---|---|
ad
|
You can override a limited set of ad tag parameters on your stream request.
Inherited from
|
api
|
The stream request API key.
Inherited from
|
auth
|
The stream request authorization token.
Inherited from
|
custom
|
The custom asset key to determine which stream to play. |
enable
|
Enables the addition of a nonce to the request.
Inherited from
|
format
|
The stream format to request.
Inherited from
|
network
|
The stream request network code.
Inherited from
|
omid
|
Settings object for mapping verification vendors to OMID Access Modes.
Inherited from
|
stream
|
The ID to be used to troubleshoot the stream with the stream activity monitor.
Inherited from
|
Constructors
constructor
new PodStreamRequest(): PodStreamRequest
| Returns | |
|---|---|
PodStreamRequest
|
|
Properties
adTagParameters
adTagParameters: {
[key: string]: string;
}
dai-ot and dai-ov parameters for stream
variant preference. For details, see
Override Stream Variant Parameters.
apiKey
apiKey: string
authToken
authToken: string
customAssetKey
customAssetKey: string
enableNonce
enableNonce: boolean
false value.
format
format:
StreamFormat
hls(default)dash
networkCode
networkCode: string
omidAccessModeRules
omidAccessModeRules: {
[key: string]: OmidAccessMode;
}
streamActivityMonitorId
streamActivityMonitorId: string