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