C#
VB
C++
Specifies the format of the target media file associated with the CaptureCtrl.TargetFormat and ConvertCtrl.TargetFormat.
public enum TargetFormatType
Public Enum TargetFormatType
public enum class TargetFormatType
Members
Value | Member | Description |
---|---|---|
0xFFFFFFFF | None | No target format. |
0x00000000 | WMV | Windows Media audio/video format using Windows Media codecs. |
0x00000001 | MP4 | ISO Base video file format. This format can be used to create multiple file formats: MP4, AVC, QuickTime, F4V (Flash HD), 3GPP, etc. |
0x00000002 | MKV | MKV file format. |
See the CaptureCtrl.TargetFormat and ConvertCtrl.TargetFormat properties for more information on how this enumeration is used.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET