/** * RTCRtpScriptTransform Worker for Animation Track (VP8 Video) * * This worker handles extracting animation data from VP8 video frames. * The server prepends a minimal VP8 header to trick the browser's depacketizer. * * Frame format after depacketization (VP8 descriptor is stripped by depacketizer): * [0-9] VP8 frame header (10 bytes) - minimal keyframe structure, skipped * [10] flags (uint8) - packet flags * [11-14] msgLen (little-endian u32) - length of protobuf message * [15..15+msgLen) protobuf Message binary */ export {}; //# sourceMappingURL=animation-worker.d.ts.map