Extends
StreamRequest
A class for specifying properties of the VOD 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
|
content
|
Unique identifier for the publisher content, from a content management system (CMS).
|
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
|
video
|
Identifier for the video content source. |
Constructors
constructor
new VODStreamRequest(): VODStreamRequest
| Returns | |
|---|---|
VODStreamRequest
|
|
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
contentSourceId
contentSourceId: string
enableNonce
enableNonce: boolean
false value.
format
format:
StreamFormat
hls(default)dash
networkCode
networkCode: string
omidAccessModeRules
omidAccessModeRules: {
[key: string]: OmidAccessMode;
}
streamActivityMonitorId
streamActivityMonitorId: string
videoId
videoId: string