Global

Members

create

Create a new instance of a {module:core/abstract.MediaObject} attached to this {module:core.MediaPipeline}
Source:

(readonly) id :external:Number

Unique identifier of this object
Type:
Source:

Type Definitions

callback(…media) → {external:Promise}

Connect the source of a media to the sink of the next one
Parameters:
Name Type Attributes Description
media module:core/abstract~MediaObject <repeatable>
A media to be connected
Source:
Throws:
SyntaxError
Returns:
Type
external:Promise