Preparing search index...
The search index is not available
@rendley/sdk - v1.10.2
@rendley/sdk
ITranscodeProvider
Interface ITranscodeProvider
interface
ITranscodeProvider
{
destroy
()
:
Promise
<
void
>
;
init
()
:
Promise
<
void
>
;
supportsInput
(
mediaMetadata
:
TranscodeMediaDetails
)
:
Promise
<
boolean
>
;
supportsInputURL
()
:
Promise
<
boolean
>
;
supportsOutput
(
outputType
:
TranscodeSupportType
)
:
Promise
<
boolean
>
;
transcode
(
source
:
Uint8Array
|
URL
,
mediaMetadata
:
TranscodeMediaDetails
,
outputType
:
TranscodeSupportType
,
control
:
TranscodeControl
,
progressCallback
?:
(
progressInfo
:
TranscodeProgressInfo
)
=>
void
,
)
:
Promise
<
null
|
TranscodeResult
>
;
}
Index
Methods
destroy
init
supports
Input
supports
InputURL
supports
Output
transcode
Methods
destroy
destroy
()
:
Promise
<
void
>
Returns
Promise
<
void
>
init
init
()
:
Promise
<
void
>
Returns
Promise
<
void
>
supports
Input
supportsInput
(
mediaMetadata
:
TranscodeMediaDetails
)
:
Promise
<
boolean
>
Parameters
mediaMetadata
:
TranscodeMediaDetails
Returns
Promise
<
boolean
>
supports
InputURL
supportsInputURL
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
supports
Output
supportsOutput
(
outputType
:
TranscodeSupportType
)
:
Promise
<
boolean
>
Parameters
outputType
:
TranscodeSupportType
Returns
Promise
<
boolean
>
transcode
transcode
(
source
:
Uint8Array
|
URL
,
mediaMetadata
:
TranscodeMediaDetails
,
outputType
:
TranscodeSupportType
,
control
:
TranscodeControl
,
progressCallback
?:
(
progressInfo
:
TranscodeProgressInfo
)
=>
void
,
)
:
Promise
<
null
|
TranscodeResult
>
Parameters
source
:
Uint8Array
|
URL
mediaMetadata
:
TranscodeMediaDetails
outputType
:
TranscodeSupportType
control
:
TranscodeControl
Optional
progressCallback
:
(
progressInfo
:
TranscodeProgressInfo
)
=>
void
Returns
Promise
<
null
|
TranscodeResult
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
destroy
init
supports
Input
supports
InputURL
supports
Output
transcode
@rendley/sdk - v1.10.2
Loading...