class MAGES::Recorder::MicrophoneInterpreter::DecoderCtx

Overview

class DecoderCtx
{
public:
    // properties

    IDecoder Decoder;

    // methods

    DecoderCtx(string filename, string codecName);
};

Detailed Documentation

Methods

DecoderCtx(string filename, string codecName)

Initializes a new instance of the DecoderCtx class.