MFNet のドキュメント - Thought-Nibbler/MFNet GitHub Wiki

ビルド環境

ソースでの公開なので、各自でビルドしていただく必要があります。 ビルドには以下の条件が必要です。

  • OS は Windows 7 以降であること
  • Windows SDK がインストールされていること
  • Visual Studio 2012 (推奨)もしくはそれ以降がインストールされていること

公開クラス・メソッド

MFPPlayer クラス

MFPlay を使用して、ファイルの動画/音声を再生するクラスです。

MFPPlayer::MFPPlayer()

MFPPlayer::Play()

MFPPlayer::Pause()

MFPPlayer::Stop()

MFPCapture クラス

MFPlay を使用して、カメラデバイスから取得した映像を再生するクラスです。

MFPCapture::MFPCapture()

MFPCapture::Initialize()

MFPCapture::StartCapture()

MFPCapture::StopCapture()