ArcObjects Library Reference (Animation)  

IVideoExporter.DataRate Property

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(
  long pDataRate
);
[C++]

Parameters

pDataRate [out, retval]   pDataRate is a parameter of type long pDataRate [in]   pDataRate is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IVideoExporter Interface