BufferCaps.PlayCpuOverhead Property (Microsoft.DirectX.DirectSound)
Retrieves the processing overhead, as a percentage, of main processor cycles needed to mix this sound buffer.
Definition
Visual Basic Public ReadOnly Property PlayCpuOverhead As Integer C# public int PlayCpuOverhead { get; } C++ public:
property int PlayCpuOverhead {
int get();
}JScript public function get PlayCpuOverhead() : int
Property Value
System.Int32
The processing overhead, as a percentage, of main processor cycles needed to mix this sound buffer.This property is read-only.
Remarks
For hardware buffers, this member will be zero because the mixing is performed by the sound device. For software buffers, this member depends on the buffer format and the speed of the system processor.