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
BifsApi
Class BifsApi
Hierarchy
BaseAPI
BifsApi
Index
Constructors
constructor
Properties
customdata
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
Bifs
Api
(
configuration
:
Configuration
)
:
BifsApi
Parameters
configuration:
Configuration
Returns
BifsApi
Properties
customdata
customdata
:
CustomdataApi
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
encodingId
:
string
, streamId
:
string
, bif
:
Bif
)
:
Promise
<
Bif
>
Parameters
encodingId:
string
streamId:
string
Optional
bif:
Bif
Returns
Promise
<
Bif
>
delete
delete
(
encodingId
:
string
, streamId
:
string
, bifId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
encodingId:
string
streamId:
string
bifId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
encodingId
:
string
, streamId
:
string
, bifId
:
string
)
:
Promise
<
Bif
>
Parameters
encodingId:
string
streamId:
string
bifId:
string
Returns
Promise
<
Bif
>
list
list
(
encodingId
:
string
, streamId
:
string
, queryParameters
:
BifListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
Bif
>
>
Parameters
encodingId:
string
streamId:
string
Optional
queryParameters:
BifListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
Bif
>
>
Globals
Bifs
Api
constructor
customdata
rest
Client
create
delete
get
list
Generated using
TypeDoc