Device.GetStreamSourceFrequency(Int32) Method (Microsoft.DirectX.Direct3D)
Retrieves the stream source frequency divider value.
Definition
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;
Parameters
streamNumber System.Int32
Stream source number.
Return Value
System.Int32
Frequency divider value.
Remarks
Vertex shaders can be invoked more than once per vertex.
Exceptions
The method call is invalid. For example, a method's parameter might contain an invalid value.
See Also