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