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
CmafApi
Class CmafApi
Hierarchy
BaseAPI
BaseAPI
CmafApi
Index
Constructors
constructor
Properties
contentprotection
customdata
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
Cmaf
Api
(
configuration
:
Configuration
)
:
CmafApi
Parameters
configuration:
Configuration
Returns
CmafApi
Properties
contentprotection
contentprotection
:
ContentprotectionApi
customdata
customdata
:
CustomdataApi
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
encodingId
:
string
, cmafMuxing
:
CmafMuxing
)
:
Promise
<
CmafMuxing
>
Parameters
encodingId:
string
Optional
cmafMuxing:
CmafMuxing
Returns
Promise
<
CmafMuxing
>
delete
delete
(
encodingId
:
string
, muxingId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
encodingId:
string
muxingId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
encodingId
:
string
, muxingId
:
string
)
:
Promise
<
CmafMuxing
>
Parameters
encodingId:
string
muxingId:
string
Returns
Promise
<
CmafMuxing
>
list
list
(
encodingId
:
string
, queryParameters
:
CmafMuxingListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
CmafMuxing
>
>
Parameters
encodingId:
string
Optional
queryParameters:
CmafMuxingListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
CmafMuxing
>
>
Globals
Cmaf
Api
constructor
contentprotection
customdata
rest
Client
create
delete
get
list
Generated using
TypeDoc