InitParameters::input_type to MCAP and provide a recording path. The
normal grab() and retrieval loop remains unchanged.
grab()returnsEND_OF_BUFFERwhen the file is exhausted, the one loop-exit condition unique to replay.- The recording’s codec overrides
InitParameters::compression; the SDK decodes the format stored in the file. - Control-plane calls (health, WiFi, recording management) return
INVALID_FUNCTION_CALL, since there is no device. - Timestamps are the original capture timestamps from the recording.
ffmpeg -i session.h265 -c copy session.mp4.
