Convert a media object to a Buffer, primtive type, or RPC Object.
Convert a media object to a Buffer of the given mime type, and them parse it as JSON.
Convert a media object to a Buffer of the given mime type.
Convert a media object to a locally accessible URL that serves a media file of the given mime type. If the media object is an externally accessible URL, that will be returned.
Convert a media object to a locally accessible URL that serves a media file of the given mime type. If the media object is an externally accessible URL, that will be returned.
Convert a media object to a publically accessible URL that serves a media file of the given mime type.
Create a MediaObject from FFmpeg input arguments.
Optional
options: MediaObjectOptionsCreate a MediaObject from an URL. The mime type will be determined dynamically while resolving the url.
Optional
options: TCreate a MediaObject. If the data is a buffer, JSON object, or primitive type, it will be serialized. All other objects will be objects will become RPC objects.
Optional
options: TGenerated using TypeDoc
Add an convertor to consider for use when converting MediaObjects.