| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the w64 mingw-runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| #if (_WIN32_WINNT >= 0x0601) |
| typedef struct _MFMPEG2DLNASINKSTATS { |
| DWORDLONG cVideoFramesReceived; |
| DWORDLONG cVideoFramesEncoded; |
| DWORDLONG cVideoFramesSkipped; |
| DWORDLONG cBlackVideoFramesEncoded; |
| DWORDLONG cVideoFramesDuplicated; |
| DWORD cAudioSamplesPerSec; |
| DWORDLONG cAudioBytesReceived; |
| DWORDLONG cAudioFramesEncoded; |
| #endif /*(_WIN32_WINNT >= 0x0601)*/ |
| #endif /*_INC_MFMP2DLNA*/ |