This document is archived and information here might be outdated.  Recommended version.


IVideoExporter.ColorDepth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.ColorDepth Property
ArcGIS Developer Help

IVideoExporter.ColorDepth Property

The number of bits per pixel in each video frame.

[Visual Basic .NET]
Public Property ColorDepth As Short
[C#]
public short ColorDepth {get; set;}
[C++]
HRESULT get_ColorDepth(
  short pColorDepth
);
[C++]
HRESULT put_ColorDepth(
  System.Int16* pColorDepth
);
[C++]
Parameters
pColorDepth [in]

pColorDepth is a parameter of type short pColorDepth [out, retval]
pColorDepth is a parameter of type short*

Product Availability

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

See Also

IVideoExporter Interface