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
ProgressiveMovApi
Class ProgressiveMovApi
Hierarchy
BaseAPI
ProgressiveMovApi
Index
Constructors
constructor
Properties
customdata
information
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
Progressive
Mov
Api
(
configuration
:
Configuration
)
:
ProgressiveMovApi
Parameters
configuration:
Configuration
Returns
ProgressiveMovApi
Properties
customdata
customdata
:
CustomdataApi
information
information
:
InformationApi
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
encodingId
:
string
, progressiveMovMuxing
:
ProgressiveMovMuxing
)
:
Promise
<
ProgressiveMovMuxing
>
Parameters
encodingId:
string
Optional
progressiveMovMuxing:
ProgressiveMovMuxing
Returns
Promise
<
ProgressiveMovMuxing
>
delete
delete
(
encodingId
:
string
, muxingId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
encodingId:
string
muxingId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
encodingId
:
string
, muxingId
:
string
)
:
Promise
<
ProgressiveMovMuxing
>
Parameters
encodingId:
string
muxingId:
string
Returns
Promise
<
ProgressiveMovMuxing
>
list
list
(
encodingId
:
string
, queryParameters
:
ProgressiveMovMuxingListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
ProgressiveMovMuxing
>
>
Parameters
encodingId:
string
Optional
queryParameters:
ProgressiveMovMuxingListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
ProgressiveMovMuxing
>
>
Globals
Progressive
Mov
Api
constructor
customdata
information
rest
Client
create
delete
get
list
Generated using
TypeDoc