Extends
StreamRequest
A class for specifying properties of the video stitcher VOD stream request.
| Constructors | |
|---|---|
constructor
|
|
| Properties | |
|---|---|
ad
|
You can override a limited set of ad tag parameters on your stream request.
Inherited from
|
ad
|
The ad tag url for your Video Stitcher. |
api
|
The stream request API key.
Inherited from
|
auth
|
The stream request authorization token.
Inherited from
|
content
|
The URI for publisher content. |
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
|
o
|
The oAuth token to use for your Video Stitcher. |
omid
|
Settings object for mapping verification vendors to OMID Access Modes.
Inherited from
|
project
|
The project number for your Video Stitcher. |
region
|
The region to use for your Video Stitcher. |
stream
|
The ID to be used to troubleshoot the stream with the stream activity monitor.
Inherited from
|
video
|
The session options IMA DAI uses to set Video Stitcher-specific parameters for this
Video Stitcher stream request.
|
vod
|
The VOD config id for the Video Stitcher. |
Constructors
constructor
new VideoStitcherVodStreamRequest(): VideoStitcherVodStreamRequest
| Returns | |
|---|---|
VideoStitcherVodStreamRequest
|
|
Properties
adTagParameters
adTagParameters: {
[key: string]: string;
}
dai-ot and dai-ov parameters for stream
variant preference. For details, see
Override Stream Variant Parameters.
adTagUrl
adTagUrl: string
apiKey
apiKey: string
authToken
authToken: string
contentSourceUrl
contentSourceUrl: string
enableNonce
enableNonce: boolean
false value.
format
format:
StreamFormat
hls(default)dash
networkCode
networkCode: string
oAuthToken
oAuthToken: string
omidAccessModeRules
omidAccessModeRules: {
[key: string]: OmidAccessMode;
}
projectNumber
projectNumber: string
region
region: string
streamActivityMonitorId
streamActivityMonitorId: string
videoStitcherSessionOptions
videoStitcherSessionOptions: {
[key: string]: unknown;
}
vodConfigId
vodConfigId: string