No description available.
The KSDATARANGE_AUDIO structure specifies a range of audio formats.
DataRangeSpecifies the MajorFormat and SubFormat GUIDs as well as the Specifier GUID for the audio data. This member is an initialized KSDATARANGE structure.
MaximumChannelsSpecifies the maximum number of channels supported. A value of (ULONG)-1 for this member means that the number of channels has no explicit limit, although the number of channels might be practically limited by the availability of resources such as memory or processing power.
MinimumBitsPerSampleSpecifies the minimum bits per sample supported.
MaximumBitsPerSampleSpecifies the maximum bits per sample supported.
MinimumSampleFrequencySpecifies the minimum frequency allowed.
MaximumSampleFrequencySpecifies the maximum frequency allowed.
For examples of data ranges that use the KSDATARANGE_AUDIO structure, see PCM Stream Data Range, DirectSound Stream Data Range, and Specifying AC-3 Data Ranges.
For information about data ranges and intersection handling, see Data-Intersection Handlers.