This document is archived and information here might be outdated. Recommended version. |
The maximum number of bytes per second.
[Visual Basic .NET] Public Property DataRate As Integer
[C#] public int DataRate {get; set;}
[C++]
HRESULT get_DataRate(
long pDataRate
);
[C++]
HRESULT put_DataRate(
System.Int32* pDataRate
);
[C++]
Parameters pDataRate [in]
pDataRate is a parameter of type long pDataRate [out, retval]
pDataRate is a parameter of type long*