|
MythTV
0.26-pre
|
Go to the source code of this file.
Classes | |
| struct | WAVEFORMATEXTENSIBLE |
| class | AudioOutputDXPrivate |
Typedefs | |
| typedef struct WAVEFORMATEXTENSIBLE * | PWAVEFORMATEXTENSIBLE |
| typedef LPDIRECTSOUND | LPUNKNOWN |
Functions | |
| DEFINE_GUID (IID_IDirectSoundNotify, 0xb0210783, 0x89cd, 0x11d0, 0xaf, 0x8, 0x0, 0xa0, 0xc9, 0x25, 0xcd, 0x16) | |
| DEFINE_GUID (_KSDATAFORMAT_SUBTYPE_IEEE_FLOAT, WAVE_FORMAT_IEEE_FLOAT, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71) | |
| DEFINE_GUID (_KSDATAFORMAT_SUBTYPE_PCM, WAVE_FORMAT_PCM, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71) | |
| DEFINE_GUID (_KSDATAFORMAT_SUBTYPE_DOLBY_AC3_SPDIF, WAVE_FORMAT_DOLBY_AC3_SPDIF, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71) | |
| typedef | HRESULT (WINAPI *LPFNDSC)(LPGUID |
Variables | |
| typedef | LPVOID |
| typedef struct WAVEFORMATEXTENSIBLE * PWAVEFORMATEXTENSIBLE |
| typedef LPDIRECTSOUND LPUNKNOWN |
Definition at line 129 of file audiooutputdx.cpp.
| DEFINE_GUID | ( | IID_IDirectSoundNotify | , |
| 0xb0210783 | , | ||
| 0x89cd | , | ||
| 0x11d0 | , | ||
| 0xaf | , | ||
| 0x8 | , | ||
| 0x0 | , | ||
| 0xa0 | , | ||
| 0xc9 | , | ||
| 0x25 | , | ||
| 0xcd | , | ||
| 0x16 | |||
| ) |
| DEFINE_GUID | ( | _KSDATAFORMAT_SUBTYPE_IEEE_FLOAT | , |
| WAVE_FORMAT_IEEE_FLOAT | , | ||
| 0x0000 | , | ||
| 0x0010 | , | ||
| 0x80 | , | ||
| 0x00 | , | ||
| 0x00 | , | ||
| 0xaa | , | ||
| 0x00 | , | ||
| 0x38 | , | ||
| 0x9b | , | ||
| 0x71 | |||
| ) |
| DEFINE_GUID | ( | _KSDATAFORMAT_SUBTYPE_PCM | , |
| WAVE_FORMAT_PCM | , | ||
| 0x0000 | , | ||
| 0x0010 | , | ||
| 0x80 | , | ||
| 0x00 | , | ||
| 0x00 | , | ||
| 0xaa | , | ||
| 0x00 | , | ||
| 0x38 | , | ||
| 0x9b | , | ||
| 0x71 | |||
| ) |
| DEFINE_GUID | ( | _KSDATAFORMAT_SUBTYPE_DOLBY_AC3_SPDIF | , |
| WAVE_FORMAT_DOLBY_AC3_SPDIF | , | ||
| 0x0000 | , | ||
| 0x0010 | , | ||
| 0x80 | , | ||
| 0x00 | , | ||
| 0x00 | , | ||
| 0xaa | , | ||
| 0x00 | , | ||
| 0x38 | , | ||
| 0x9b | , | ||
| 0x71 | |||
| ) |
| typedef HRESULT | ( | WINAPI * | LPFNDSC | ) |
Referenced by AppleRemote::_createDeviceInterface(), AppleRemote::_openDevice(), MythRenderD3D9::AcquireDevice(), MythRenderD3D9::Begin(), MythRenderD3D9::ClearBuffer(), DXVA2Decoder::CreateDecoder(), MythRenderD3D9::CreateDeviceManager(), MythRenderD3D9::CreateSurface(), DXVA2Decoder::CreateSurfaces(), MythRenderD3D9::CreateTexture(), MythRenderD3D9::CreateVertexBuffer(), DXVA2Decoder::CreateVideoService(), MythRenderD3D9::DrawRect(), MythRenderD3D9::DrawTexturedQuad(), MythRenderD3D9::End(), AudioOutputDXPrivate::FillBuffer(), MythRenderD3D9::GetBuffer(), AudioOutputDX::GetBufferedOnSoundcard(), AudioOutputDX::GetVolumeChannel(), DarwinAVCInfo::OpenAVCInterface(), AudioOutputDX::OpenDevice(), DarwinAVCInfo::OpenDeviceInterface(), MythRenderD3D9::Present(), MythRenderD3D9::ReleaseBuffer(), MythRenderD3D9::ReleaseDevice(), MythRenderD3D9::SetRenderTarget(), MythRenderD3D9::SetTexture(), AudioOutputDX::SetVolumeChannel(), AudioOutputDXPrivate::StartPlayback(), MythRenderD3D9::StretchRect(), MythRenderD3D9::Test(), and MythRenderD3D9::UpdateVertexBuffer().
| typedef LPVOID |
Definition at line 130 of file audiooutputdx.cpp.
Referenced by AppleRemote::_createDeviceInterface().
1.7.6.1