A MediaStreamContainer describes a video file format. The most common video file format is AVI.
A list of valid MediaStreamContainer objects can be obtained from ICImagingControl.MediaStreamContainers.
The following code fragment shows how to create a MediaStreamSink to record an AVI file:
Introduced in IC Imaging Control 3.0
Property | Description | ||
CustomCodecSupported | Returns whether this MediaStreamContainer allows an AviCompressor to be used to compress the recorded video. |
||
ID | Returns a string containing the GUID of this MediaStreamContainer |
||
Name | Returns the name of the MediaStreamContainer. |
||
PreferredFileExtension | Returns the default file extension for video files that have been saved using this MediaStreamContainer. |
||