/** * Animation Transform for Video Track. * * Uses RTCRtpScriptTransform to extract animation data from the video track. * The video track carries animation data in binary format (not actual video). * * @internal * @packageDocumentation */ export { METADATA_FIXED_HEADER_SIZE, PACKET_FLAGS } from './types'; //# sourceMappingURL=animation-transform.d.ts.map