TrackDescription.Speed Property

Language:

Retrieves or sets the speed value.

Definition

Visual Basic Public Property Speed As Single
C# public float Speed { get; set; }
C++ public:
property float Speed {
        float get();
        void set(float value);
}
JScript public function get Speed() : float
public function set Speed(float);

Property Value

System.Single
Speed value.

This property is read/write. 

Remarks

This value is used as a multiplier to scale a track's period.


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