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: any
- Optionaltransfer: any[]
 - Returns RTCRtpScriptTransform
 
- prototype: RTCRtpScriptTransform