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
RedundantRtmpApi
Class RedundantRtmpApi
Hierarchy
BaseAPI
RedundantRtmpApi
Index
Constructors
constructor
Properties
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
Redundant
Rtmp
Api
(
configuration
:
Configuration
)
:
RedundantRtmpApi
Parameters
configuration:
Configuration
Returns
RedundantRtmpApi
Properties
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
redundantRtmpInput
:
RedundantRtmpInput
)
:
Promise
<
RedundantRtmpInput
>
Parameters
Optional
redundantRtmpInput:
RedundantRtmpInput
Returns
Promise
<
RedundantRtmpInput
>
delete
delete
(
inputId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
inputId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
inputId
:
string
)
:
Promise
<
RedundantRtmpInput
>
Parameters
inputId:
string
Returns
Promise
<
RedundantRtmpInput
>
list
list
(
queryParameters
:
RedundantRtmpInputListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
RedundantRtmpInput
>
>
Parameters
Optional
queryParameters:
RedundantRtmpInputListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
RedundantRtmpInput
>
>
Globals
Redundant
Rtmp
Api
constructor
rest
Client
create
delete
get
list
Generated using
TypeDoc