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