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
SubtitleApi
Class SubtitleApi
Hierarchy
BaseAPI
SubtitleApi
Index
Constructors
constructor
Properties
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
Subtitle
Api
(
configuration
:
Configuration
)
:
SubtitleApi
Parameters
configuration:
Configuration
Returns
SubtitleApi
Properties
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
manifestId
:
string
, periodId
:
string
, subtitleAdaptationSet
:
SubtitleAdaptationSet
)
:
Promise
<
SubtitleAdaptationSet
>
Parameters
manifestId:
string
periodId:
string
Optional
subtitleAdaptationSet:
SubtitleAdaptationSet
Returns
Promise
<
SubtitleAdaptationSet
>
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
<
SubtitleAdaptationSet
>
Parameters
manifestId:
string
periodId:
string
adaptationsetId:
string
Returns
Promise
<
SubtitleAdaptationSet
>
list
list
(
manifestId
:
string
, periodId
:
string
, queryParameters
:
SubtitleAdaptationSetListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
SubtitleAdaptationSet
>
>
Parameters
manifestId:
string
periodId:
string
Optional
queryParameters:
SubtitleAdaptationSetListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
SubtitleAdaptationSet
>
>
Globals
Subtitle
Api
constructor
rest
Client
create
delete
get
list
Generated using
TypeDoc