Class OutputFormatManager
- Assembly
- VisioForge.Core.dll
Output format manager.
public class OutputFormatManager : IDisposableInheritance
Implements
Inherited Members
Methods
Dispose(bool)
Dispose.
protected virtual void Dispose(bool disposing)Parameters
disposingbool-
Is disposing.
Dispose()
Dispose.
public void Dispose()FillSettings(VideoCaptureOutputFormat, VideoCaptureCore)
Fill settings.
public void FillSettings(VideoCaptureOutputFormat format, VideoCaptureCore core)Parameters
formatVideoCaptureOutputFormat-
Format.
coreVideoCaptureCore-
Core.
Exceptions
- ArgumentOutOfRangeException
-
ArgumentOutOfRangeException.
~OutputFormatManager()
Finalizes an instance of the VisioForge.Core.UI.WinForms.Dialogs.OutputFormats.OutputFormatManager class.
protected ~OutputFormatManager()SetACMOutput(ref ACMOutput, VideoCaptureCore)
Sets ACM output.
public void SetACMOutput(ref ACMOutput acmOutput, VideoCaptureCore core)Parameters
acmOutputACMOutput-
Output.
coreVideoCaptureCore-
Core.
SetAVIOutput(ref AVIOutput, VideoCaptureCore)
Sets AVI output.
public void SetAVIOutput(ref AVIOutput aviOutput, VideoCaptureCore core)Parameters
aviOutputAVIOutput-
Output.
coreVideoCaptureCore-
Core.
SetCustomOutput(ref CustomOutput, VideoCaptureCore)
Sets custom output.
public void SetCustomOutput(ref CustomOutput customOutput, VideoCaptureCore core)Parameters
customOutputCustomOutput-
Output.
coreVideoCaptureCore-
Core.
SetDVOutput(ref DVOutput)
Sets DV output.
public void SetDVOutput(ref DVOutput dvOutput)Parameters
dvOutputDVOutput-
Output.
SetDirectCaptureCustomOutput(ref DirectCaptureCustomOutput, VideoCaptureCore)
Sets DirectCapture custom output.
public void SetDirectCaptureCustomOutput(ref DirectCaptureCustomOutput directCaptureOutput, VideoCaptureCore core)Parameters
directCaptureOutputDirectCaptureCustomOutput-
Output.
coreVideoCaptureCore-
Core.
SetDirectCaptureCustomOutput(ref DirectCaptureMP4Output, VideoCaptureCore)
Sets DirectCapture custom output.
public void SetDirectCaptureCustomOutput(ref DirectCaptureMP4Output directCaptureOutput, VideoCaptureCore core)Parameters
directCaptureOutputDirectCaptureMP4Output-
Output.
coreVideoCaptureCore-
Core.
SetFFMPEGEXEOutput(ref FFMPEGEXEOutput)
Sets FFMPEG.exe output.
public void SetFFMPEGEXEOutput(ref FFMPEGEXEOutput ffmpegOutput)Parameters
ffmpegOutputFFMPEGEXEOutput-
Output.
SetFFMPEGOutput(ref FFMPEGOutput)
Sets FFMPEG output.
public void SetFFMPEGOutput(ref FFMPEGOutput ffmpegOutput)Parameters
ffmpegOutputFFMPEGOutput-
Output.
SetFLACOutput(ref FLACOutput)
Sets FLAC output.
public void SetFLACOutput(ref FLACOutput flacOutput)Parameters
flacOutputFLACOutput-
Output.
SetGIFOutput(ref AnimatedGIFOutput)
Sets GIF output.
public void SetGIFOutput(ref AnimatedGIFOutput gifOutput)Parameters
gifOutputAnimatedGIFOutput-
Output.
SetM4AOutput(ref M4AOutput)
Sets M4A output.
public void SetM4AOutput(ref M4AOutput m4aOutput)Parameters
m4aOutputM4AOutput-
Output.
SetMKVOutput(ref MKVv1Output, VideoCaptureCore)
Sets MKV output.
public void SetMKVOutput(ref MKVv1Output mkvOutput, VideoCaptureCore core)Parameters
mkvOutputMKVv1Output-
Output.
coreVideoCaptureCore-
Core.
SetMKVv2Output(ref MKVv2Output)
Sets MKV v2 output.
public void SetMKVv2Output(ref MKVv2Output mkvOutput)Parameters
mkvOutputMKVv2Output-
Output.
SetMOVOutput(ref MOVOutput)
Sets MOV output.
public void SetMOVOutput(ref MOVOutput movOutput)Parameters
movOutputMOVOutput-
Output.
SetMP3Output(ref MP3Output)
Sets MP3 output.
public void SetMP3Output(ref MP3Output mp3Output)Parameters
mp3OutputMP3Output-
Output.
SetMP4HWOutput(ref MP4HWOutput)
Sets MP4 HW output.
public void SetMP4HWOutput(ref MP4HWOutput mp4Output)Parameters
mp4OutputMP4HWOutput-
Output.
SetMP4Output(ref MP4Output)
Sets MP4 output.
public void SetMP4Output(ref MP4Output mp4Output)Parameters
mp4OutputMP4Output-
Output.
SetMPEGTSOutput(ref MPEGTSOutput)
Sets MPEG-TS output.
public void SetMPEGTSOutput(ref MPEGTSOutput tsOutput)Parameters
tsOutputMPEGTSOutput-
Output.
SetOGGOutput(ref OGGVorbisOutput)
Sets OGG output.
public void SetOGGOutput(ref OGGVorbisOutput oggVorbisOutput)Parameters
oggVorbisOutputOGGVorbisOutput-
Output.
SetSpeexOutput(ref SpeexOutput)
Sets Speex output.
public void SetSpeexOutput(ref SpeexOutput speexOutput)Parameters
speexOutputSpeexOutput-
Output.
SetWMAOutput(ref WMAOutput, VideoCaptureCore)
Sets WMA output.
public void SetWMAOutput(ref WMAOutput wmaOutput, VideoCaptureCore core)Parameters
wmaOutputWMAOutput-
Output.
coreVideoCaptureCore-
Core.
SetWMVOutput(ref WMVOutput, VideoCaptureCore)
Sets WMV output.
public void SetWMVOutput(ref WMVOutput wmvOutput, VideoCaptureCore core)Parameters
wmvOutputWMVOutput-
Output.
coreVideoCaptureCore-
Core.
SetWebMOutput(ref WebMOutput)
Set WebM output.
public void SetWebMOutput(ref WebMOutput webmOutput)Parameters
webmOutputWebMOutput-
Output.
ShowDialog(VideoCaptureOutputFormat, IWin32Window, VideoCaptureCore)
Shows dialog.
public void ShowDialog(VideoCaptureOutputFormat format, IWin32Window parent, VideoCaptureCore core)Parameters
formatVideoCaptureOutputFormat-
Format.
parentIWin32Window-
Parent.
coreVideoCaptureCore-
Core.