Index: media/audio/audio_util.h |
diff --git a/media/audio/audio_util.h b/media/audio/audio_util.h |
index 6067b21db3f2b66ba8ce6780c8829800c0e183e5..0076b3444339a1a78145f4c5a87cb26c85b16cb6 100644 |
--- a/media/audio/audio_util.h |
+++ b/media/audio/audio_util.h |
@@ -39,22 +39,6 @@ MEDIA_EXPORT bool AdjustVolume(void* buf, |
int bytes_per_sample, |
float volume); |
-// Returns the default audio output hardware sample-rate. |
-MEDIA_EXPORT int GetAudioHardwareSampleRate(); |
- |
-// Returns the audio input hardware sample-rate for the specified device. |
-MEDIA_EXPORT int GetAudioInputHardwareSampleRate( |
- const std::string& device_id); |
- |
-// Returns the optimal low-latency buffer size for the audio hardware. |
-// This is the smallest buffer size the system can comfortably render |
-// at without glitches. The buffer size is in sample-frames. |
-MEDIA_EXPORT size_t GetAudioHardwareBufferSize(); |
- |
-// Returns the channel layout for the specified audio input device. |
-MEDIA_EXPORT ChannelLayout GetAudioInputHardwareChannelLayout( |
- const std::string& device_id); |
- |
// Computes a buffer size based on the given |sample_rate|. Must be used in |
// conjunction with AUDIO_PCM_LINEAR. |
MEDIA_EXPORT size_t GetHighLatencyOutputBufferSize(int sample_rate); |