MFMPEG2DLNASINKSTATS 構造体 (mfmp2dlna.h)
Digital Living Network Alliance (DLNA) メディア シンクからのエンコード統計が含まれています。
この構造体は、 MF_MP2DLNA_STATISTICS 属性と共に使用されます。
構文
typedef struct _MFMPEG2DLNASINKSTATS {
DWORDLONG cBytesWritten;
BOOL fPAL;
DWORD fccVideo;
DWORD dwVideoWidth;
DWORD dwVideoHeight;
DWORDLONG cVideoFramesReceived;
DWORDLONG cVideoFramesEncoded;
DWORDLONG cVideoFramesSkipped;
DWORDLONG cBlackVideoFramesEncoded;
DWORDLONG cVideoFramesDuplicated;
DWORD cAudioSamplesPerSec;
DWORD cAudioChannels;
DWORDLONG cAudioBytesReceived;
DWORDLONG cAudioFramesEncoded;
} MFMPEG2DLNASINKSTATS;
メンバー
cBytesWritten
バイト ストリームに書き込まれた合計バイト数。
fPAL
TRUE の場合、ビデオ ストリームは PAL 形式です。 それ以外の場合、ビデオ ストリームは NTSC 形式です。
fccVideo
ビデオ形式を指定する FOURCC コード。
dwVideoWidth
ビデオ フレームの幅 (ピクセル単位)。
dwVideoHeight
ビデオ フレームの高さ (ピクセル単位)。
cVideoFramesReceived
受信したビデオ フレームの数。
cVideoFramesEncoded
エンコードされたビデオ フレームの数。
cVideoFramesSkipped
スキップされたビデオ フレームの数。
cBlackVideoFramesEncoded
エンコードされた黒いフレームの数。
cVideoFramesDuplicated
複製されたビデオ フレームの数。
cAudioSamplesPerSec
オーディオ サンプル レート (1 秒あたりのサンプル数)。
cAudioChannels
オーディオ チャネルの数。
cAudioBytesReceived
受信したオーディオ データの合計量 (バイト単位)。
cAudioFramesEncoded
エンコードされたオーディオ フレームの数。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 R2 [デスクトップ アプリのみ] |
Header | mfmp2dlna.h |