TrackDescription.Weight Property

Language:

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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center