/** * Animation frame processor core. * * Parses animation protocol frames (VP8-wrapped metadata) and emits events. * Used by the animation worker that the provider installs on video receivers * via RTCRtpScriptTransform. * * Frame format after depacketization: * [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 * * @internal * @packageDocumentation */ export {}; //# sourceMappingURL=animation-frame-processor.d.ts.map