Search
Preparing search index...
The search index is not available
@bitmovin/api-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
VideoApi
Class VideoApi
Hierarchy
BaseAPI
BaseAPI
BaseAPI
VideoApi
Index
Constructors
constructor
Properties
av1
h262
h264
h265
mjpeg
rest
Client
vp8
vp9
Methods
create
delete
get
list
Constructors
constructor
new
Video
Api
(
configuration
:
Configuration
)
:
VideoApi
Parameters
configuration:
Configuration
Returns
VideoApi
Properties
av1
av1
:
Av1Api
h262
h262
:
H262Api
h264
h264
:
H264Api
h265
h265
:
H265Api
mjpeg
mjpeg
:
MjpegApi
Protected
rest
Client
rest
Client
:
RestClient
vp8
vp8
:
Vp8Api
vp9
vp9
:
Vp9Api
Methods
create
create
(
manifestId
:
string
, periodId
:
string
, videoAdaptationSet
:
VideoAdaptationSet
)
:
Promise
<
VideoAdaptationSet
>
Parameters
manifestId:
string
periodId:
string
Optional
videoAdaptationSet:
VideoAdaptationSet
Returns
Promise
<
VideoAdaptationSet
>
delete
delete
(
manifestId
:
string
, periodId
:
string
, adaptationsetId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
manifestId:
string
periodId:
string
adaptationsetId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
manifestId
:
string
, periodId
:
string
, adaptationsetId
:
string
)
:
Promise
<
VideoAdaptationSet
>
Parameters
manifestId:
string
periodId:
string
adaptationsetId:
string
Returns
Promise
<
VideoAdaptationSet
>
list
list
(
manifestId
:
string
, periodId
:
string
, queryParameters
:
VideoAdaptationSetListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
VideoAdaptationSet
>
>
Parameters
manifestId:
string
periodId:
string
Optional
queryParameters:
VideoAdaptationSetListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
VideoAdaptationSet
>
>
Globals
Video
Api
constructor
av1
h262
h264
h265
mjpeg
rest
Client
vp8
vp9
create
delete
get
list
Generated using
TypeDoc