Variable RTCRtpScriptTransform
RTCRtpScriptTransform: {
prototype: RTCRtpScriptTransform;
new (
worker: Worker,
options?: any,
transfer?: any[],
): RTCRtpScriptTransform;
}
prototype: RTCRtpScriptTransform;
new (
worker: Worker,
options?: any,
transfer?: any[],
): RTCRtpScriptTransform;
}
Type Declaration
- new (worker: Worker, options?: any, transfer?: any[]): RTCRtpScriptTransform
Parameters
- worker: Worker
Optionaloptions: anyOptionaltransfer: any[]
Returns RTCRtpScriptTransform
prototype: RTCRtpScriptTransform