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
PeriodsApi
Class PeriodsApi
Hierarchy
BaseAPI
PeriodsApi
Index
Constructors
constructor
Properties
adaptationsets
custom
Xml
Elements
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
Periods
Api
(
configuration
:
Configuration
)
:
PeriodsApi
Parameters
configuration:
Configuration
Returns
PeriodsApi
Properties
adaptationsets
adaptationsets
:
AdaptationsetsApi
custom
Xml
Elements
custom
Xml
Elements
:
CustomXmlElementsApi
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
manifestId
:
string
, period
:
Period
)
:
Promise
<
Period
>
Parameters
manifestId:
string
Optional
period:
Period
Returns
Promise
<
Period
>
delete
delete
(
manifestId
:
string
, periodId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
manifestId:
string
periodId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
manifestId
:
string
, periodId
:
string
)
:
Promise
<
Period
>
Parameters
manifestId:
string
periodId:
string
Returns
Promise
<
Period
>
list
list
(
manifestId
:
string
, queryParameters
:
PeriodListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
Period
>
>
Parameters
manifestId:
string
Optional
queryParameters:
PeriodListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
Period
>
>
Globals
Periods
Api
constructor
adaptationsets
custom
Xml
Elements
rest
Client
create
delete
get
list
Generated using
TypeDoc