Module transcode

Source
Expand description

Support for transcoding media files into lower quality versions.

Transcoding comes in two forms:

  • Streaming allows for real-time playback of the media using streaming protocols such as HTTP Live Streaming and Dynamic Adaptive Streaming over HTTP.
  • Offline transcoding (the mobile downloads feature) requests that the server converts the file in the background allowing it to be downloaded later.

This feature should be considered quite experimental, lots of the API calls are derived from inspection and guesswork.

Structs§

ArtTranscodeOptions
Limitation
Limitations add a constraint to the supported media format.
MusicTranscodeOptions
Defines the media formats suitable for transcoding music. The server uses these settings to choose a format to transcode to.
TranscodeSession
TranscodeSessionStats
VideoTranscodeOptions
Defines the media formats suitable for transcoding video. The server uses these settings to choose a format to transcode to.

Enums§

AudioSetting
Constraint
Context
TranscodeStatus
VideoSetting

Traits§

TranscodeOptions