summaryrefslogtreecommitdiff
path: root/audio/simpleaudiosample/Source/Main/minwavertstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/simpleaudiosample/Source/Main/minwavertstream.h')
-rw-r--r--audio/simpleaudiosample/Source/Main/minwavertstream.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/audio/simpleaudiosample/Source/Main/minwavertstream.h b/audio/simpleaudiosample/Source/Main/minwavertstream.h
index 5545e0d8..0124cab2 100644
--- a/audio/simpleaudiosample/Source/Main/minwavertstream.h
+++ b/audio/simpleaudiosample/Source/Main/minwavertstream.h
@@ -131,63 +131,11 @@ protected:
public:
- NTSTATUS GetVolumeChannelCount
- (
- _Out_ UINT32* puiChannelCount
- );
-
- NTSTATUS GetVolumeSteppings
- (
- _Out_writes_bytes_(_ui32DataSize) PKSPROPERTY_STEPPING_LONG _pKsPropStepLong,
- _In_ UINT32 _ui32DataSize
- );
-
- NTSTATUS GetChannelVolume
- (
- _In_ UINT32 _uiChannel,
- _Out_ LONG* _pVolume
- );
-
- NTSTATUS SetChannelVolume
- (
- _In_ UINT32 _uiChannel,
- _In_ LONG _Volume
- );
-
- NTSTATUS GetMuteChannelCount
- (
- _Out_ UINT32* puiChannelCount
- );
-
- NTSTATUS GetMuteSteppings
- (
- _Out_writes_bytes_(_ui32DataSize) PKSPROPERTY_STEPPING_LONG _pKsPropStepLong,
- _In_ UINT32 _ui32DataSize
- );
-
- NTSTATUS GetChannelMute
- (
- _In_ UINT32 _uiChannel,
- _Out_ BOOL* _pbMute
- );
-
- NTSTATUS SetChannelMute
- (
- _In_ UINT32 _uiChannel,
- _In_ BOOL _bMute
- );
-
//presentation
NTSTATUS GetPresentationPosition
(
_Out_ KSAUDIO_PRESENTATION_POSITION *_pPresentationPosition
);
-
- NTSTATUS SetCurrentWritePosition
- (
- _In_ ULONG ulCurrentWritePosition
- );
-
ULONG GetCurrentWaveRTWritePosition()
{