TrackDescription.Weight Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the weight value.
Definition
Visual Basic Public Property Weight As Single C# public float Weight { get; set; } C++ public:
property float Weight {
float get();
void set(float value);
}JScript public function get Weight() : float
public function set Weight(float);
Property Value
System.Single
Weight value.This property is read/write.
Remarks
The weight determines how much of a track to blend with other tracks in the mixer.