ESRI.ArcGIS.ConversionTools
codec Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ConversionTools Namespace > RasterToVideo Class : codec Property




The codec used for compressing the frames while writing the video file. The list of codecs can vary on different machines. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property codec As String
Visual Basic (Usage)Copy Code
Dim instance As RasterToVideo
Dim value As String
 
instance.codec = value
 
value = instance.codec
C# 
public string codec {get; set;}

See Also

© 2010 All Rights Reserved.