Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines the overall frequency of the samples that constitute the audio stream. For information on each type, see ISO/IEC-61883-6.
typedef enum { AUDIO_SampleFrequency_32Khz = 0, AUDIO_SampleFrequency_44_1Khz, AUDIO_SampleFrequency_48Khz, AUDIO_SampleFrequency_88_2Khz, AUDIO_SampleFrequency_96Khz, AUDIO_SampleFrequency_176_4Khz, AUDIO_SampleFrequency_192Khz} AUDIO_SampleFrequency;
Elements
- AUDIO_SampleFrequency_32Khz
Sample frequency of the audio stream is 32 kilohertz(kHz). - AUDIO_SampleFrequency_44_1Khz
Sample frequency of the audio stream is 44.1 kHz. - AUDIO_SampleFrequency_48Khz
Sample frequency of the audio stream is 48 kHz. - AUDIO_SampleFrequency_88_2Khz
Sample frequency of the audio stream is 88.2 kHz. - AUDIO_SampleFrequency_96Khz
Sample frequency of the audio stream is 96 kHz. - AUDIO_SampleFrequency_176_4Khz
Sample frequency of the audio stream is 176.4 kHz. - AUDIO_SampleFrequency_192Khz
Sample frequency of the audio stream is 192 kHz.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_stream.h.
Send Feedback on this topic to the authors