TargetFormatType Enumeration

Summary

Specifies the format of the target media file associated with the CaptureCtrl.TargetFormat and ConvertCtrl.TargetFormat.

Syntax
C#
VB
C++
public enum TargetFormatType 
Public Enum TargetFormatType  
public enum class TargetFormatType   

Members
ValueMemberDescription
0xFFFFFFFFNone No target format.
0x00000000WMV Windows Media (WMV) audio/video format.
0x00000001MP4 MPEG-4 (MP4) audio/video format.
0x00000002MKV Matroska (MKV) audio/video format.
0x00000003_3GP 3GPP (3GP) audio/video format.
0x00000004MP3 MP3 audio format.
0x00000005WAVE Waveform (WAV) audio format.
0x00000006FLAC FLAC audio format.
0x00000007MPEG2 MPEG-2 audio/video format.
0x00000008FMP4 Fragmented MPEG-4 (MP4) audio/video format.
0x00000009AVI Audio Video Interleave (AVI) format.

Remarks

See the CaptureCtrl.TargetFormat and ConvertCtrl.TargetFormat properties for more information on how this enumeration is used.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly