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.
|
ad
|
The ad tag url for your Video Stitcher. |
api
|
The stream request API key. |
auth
|
The stream request authorization token. |
content
|
The URI for publisher content. |
enable
|
Adds a nonce to the request. |
format
|
The stream format to request. |
network
|
The stream request network code. |
o
|
The oAuth token to use for your Video Stitcher. |
omid
|
Settings object for mapping verification vendors to OMID Access Modes.
|
project
|
The project number for your Video Stitcher. |
region
|
The region to use for your Video Stitcher. |
stream
|
The ID to troubleshoot the stream with the stream activity monitor. |
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 parameters.
adTagUrl
adTagUrl: string
apiKey
apiKey: string
authToken
authToken: string
contentSourceUrl
contentSourceUrl: string
enableNonce
enableNonce: boolean
false value.
format
format:
StreamFormat
hls: defaultdash
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