ArcObjects Library Reference (3DAnalyst)  

IVideoExporterProperties.CodecCode Property

The current video codec's unique code.

[Visual Basic .NET]
Public Property CodecCode As String
[C#]
public string CodecCode {get; set;}
[C++]
HRESULT get_CodecCode(
  BSTR* pCodecCode
);
[C++]
HRESULT put_CodecCode(
  BSTR pCodecCode
);
[C++]

Parameters

pCodecCode [out, retval]   pCodecCode is a parameter of type BSTR pCodecCode [in]   pCodecCode is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IVideoExporterProperties Interface