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
SmoothApi
Class SmoothApi
Hierarchy
BaseAPI
SmoothApi
Index
Constructors
constructor
Properties
contentprotection
customdata
default
representations
rest
Client
Methods
create
delete
get
list
start
status
stop
Constructors
constructor
new
Smooth
Api
(
configuration
:
Configuration
)
:
SmoothApi
Parameters
configuration:
Configuration
Returns
SmoothApi
Properties
contentprotection
contentprotection
:
ContentprotectionApi
customdata
customdata
:
CustomdataApi
default
default
:
DefaultApi
representations
representations
:
RepresentationsApi
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
smoothStreamingManifest
:
SmoothStreamingManifest
)
:
Promise
<
SmoothStreamingManifest
>
Parameters
Optional
smoothStreamingManifest:
SmoothStreamingManifest
Returns
Promise
<
SmoothStreamingManifest
>
delete
delete
(
manifestId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
manifestId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
manifestId
:
string
)
:
Promise
<
SmoothStreamingManifest
>
Parameters
manifestId:
string
Returns
Promise
<
SmoothStreamingManifest
>
list
list
(
queryParameters
:
SmoothStreamingManifestListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
SmoothStreamingManifest
>
>
Parameters
Optional
queryParameters:
SmoothStreamingManifestListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
SmoothStreamingManifest
>
>
start
start
(
manifestId
:
string
, startManifestRequest
:
StartManifestRequest
)
:
Promise
<
BitmovinResponse
>
Parameters
manifestId:
string
Optional
startManifestRequest:
StartManifestRequest
Returns
Promise
<
BitmovinResponse
>
status
status
(
manifestId
:
string
)
:
Promise
<
Task
>
Parameters
manifestId:
string
Returns
Promise
<
Task
>
stop
stop
(
manifestId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
manifestId:
string
Returns
Promise
<
BitmovinResponse
>
Globals
Smooth
Api
constructor
contentprotection
customdata
default
representations
rest
Client
create
delete
get
list
start
status
stop
Generated using
TypeDoc