This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVideoExporterProperties Interface > IVideoExporterProperties.CodecCode Property (ArcObjects .NET 10.5 SDK) |
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