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
CustomTagsApi
Class CustomTagsApi
Hierarchy
BaseAPI
BaseAPI
CustomTagsApi
Index
Constructors
constructor
Properties
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
Custom
Tags
Api
(
configuration
:
Configuration
)
:
CustomTagsApi
Parameters
configuration:
Configuration
Returns
CustomTagsApi
Properties
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
manifestId
:
string
, streamId
:
string
, customTag
:
CustomTag
)
:
Promise
<
CustomTag
>
Parameters
manifestId:
string
streamId:
string
Optional
customTag:
CustomTag
Returns
Promise
<
CustomTag
>
delete
delete
(
manifestId
:
string
, streamId
:
string
, customTagId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
manifestId:
string
streamId:
string
customTagId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
manifestId
:
string
, streamId
:
string
, customTagId
:
string
)
:
Promise
<
CustomTag
>
Parameters
manifestId:
string
streamId:
string
customTagId:
string
Returns
Promise
<
CustomTag
>
list
list
(
manifestId
:
string
, streamId
:
string
, queryParameters
:
CustomTagListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
CustomTag
>
>
Parameters
manifestId:
string
streamId:
string
Optional
queryParameters:
CustomTagListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
CustomTag
>
>
Globals
Custom
Tags
Api
constructor
rest
Client
create
delete
get
list
Generated using
TypeDoc