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
Optional
options: anyOptional
transfer: any[]
Returns RTCRtpScriptTransform
prototype: RTCRtpScriptTransform