Device.GetStreamSourceFrequency Method |
Language: |
Retrieves the stream source frequency divider value.
Visual Basic Public Function GetStreamSourceFrequency( _
ByVal streamNumber As Integer _
) As IntegerC# public int GetStreamSourceFrequency(
int streamNumber
);C++ public:
int GetStreamSourceFrequency(
int streamNumber
);JScript public function GetStreamSourceFrequency(
streamNumber : int
) : int;
streamNumber System.Int32
Stream source number.
System.Int32
Frequency divider value.
Vertex shaders can be invoked more than once per vertex.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
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