AudioCapabilities Members

DirectX.Capture

DirectX.Capture Class Library

AudioCapabilities Members

Public Instance Fields

ChannelsGranularity Granularity of the channels. For example, channels 2 through 4, in steps of 2.
MaximumChannels Maximum number of audio channels.
MaximumSampleSize Maximum number of bits per sample.
MaximumSamplingRate Maximum sample frequency.
MinimumChannels Minimum number of audio channels.
MinimumSampleSize Minimum number of bits per sample.
MinimumSamplingRate Minimum sample frequency.
SampleSizeGranularity Granularity of the bits per sample. For example, 8 bits per sample through 32 bits per sample, in steps of 8.
SamplingRateGranularity Granularity of the frequency. For example, 11025 Hz to 44100 Hz, in steps of 11025 Hz.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

AudioCapabilities Class | DirectX.Capture Namespace