Interface RecorderOptions

The possible options for this node

interface RecorderOptions {
    context: BaseContext;
    mimeType?: string;
}

Hierarchy (view full)

Properties

Properties

context: BaseContext
mimeType?: string