class MAGES::Recorder::MicrophoneInterpreter::IOFetchRequest¶
class IOFetchRequest
{
public:
// properties
DecoderCtx DecoderCtx;
int Samples;
long SeekSamples;
long Id;
PlaybackCtx PlaybackCtx;
};
class IOFetchRequest
{
public:
// properties
DecoderCtx DecoderCtx;
int Samples;
long SeekSamples;
long Id;
PlaybackCtx PlaybackCtx;
};