AviCompressor.Name Property |
||
Returns the name of the AviCompressor | ||
Syntax: | Public Name As String |
|
Limitations: | Read only. |
|
Sample: | This example starts an avi capture with the first compressor in the collection: Dim AviComp As AviCompressor ' Create the AviCompressor object ' Get the first available AviCompressor Set AviComp = ICImagingControl1.AviCompressors.Item( 1 ) ' Start capturing with the target file and the name of the ' AviCompressor selected previously ICImagingControl1.AviStartCapture "test.avi", AviComp.Name How to use avi compressors is shown in the Capturing an AVI File sample. |
|
See Also: | AviCompressor, AviCompressors Collection |