| | |
| | | MS_FILTER_METHOD(MSFilterAudioCaptureInterface, 0, float) |
| | | #define MS_AUDIO_CAPTURE_GET_VOLUME_GAIN \ |
| | | MS_FILTER_METHOD(MSFilterAudioCaptureInterface, 1, float) |
| | | /** Set capture device ID */ |
| | | #define MS_AUDIO_CAPTURE_SET_INTERNAL_ID \ |
| | | MS_FILTER_METHOD(MSFilterAudioCaptureInterface, 2, int) |
| | | /** Get capture device ID */ |
| | | #define MS_AUDIO_CAPTURE_GET_INTERNAL_ID \ |
| | | MS_FILTER_METHOD(MSFilterAudioCaptureInterface, 3, int) |
| | | #define MS_AUDIO_CAPTURE_MUTE \ |
| | | MS_FILTER_METHOD(MSFilterAudioCaptureInterface, 4, int) |
| | | #define MS_AUDIO_CAPTURE_FORCE_SPEAKER_STATE \ |
| | | MS_FILTER_METHOD(MSFilterAudioCaptureInterface, 255, bool_t) |
| | | |
| | |
| | | MS_FILTER_METHOD(MSFilterAudioPlaybackInterface, 2, MSAudioRoute) |
| | | #define MS_AUDIO_PLAYBACK_MUTE \ |
| | | MS_FILTER_METHOD(MSFilterAudioPlaybackInterface, 3, int) |
| | | /** Set playback device ID */ |
| | | #define MS_AUDIO_PLAYBACK_SET_INTERNAL_ID \ |
| | | MS_FILTER_METHOD(MSFilterAudioPlaybackInterface, 4, int) |
| | | /** Get playback device ID */ |
| | | #define MS_AUDIO_PLAYBACK_GET_INTERNAL_ID \ |
| | | MS_FILTER_METHOD(MSFilterAudioPlaybackInterface, 5, int) |
| | | |
| | | /** Interface definitions for audio encoder */ |
| | | #define MS_AUDIO_ENCODER_SET_PTIME \ |