Table of Contents

Class OutputFormatManager

Namespace
VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly
VisioForge.Core.dll

Output format manager.

public class OutputFormatManager : IDisposable

Inheritance

Implements

Inherited Members

Methods

Dispose(bool)

Dispose.

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

Is disposing.

Dispose()

Dispose.

public void Dispose()

FillSettings(VideoCaptureOutputFormat, VideoCaptureCore)

Fill settings.

public void FillSettings(VideoCaptureOutputFormat format, VideoCaptureCore core)

Parameters

format VideoCaptureOutputFormat

Format.

core VideoCaptureCore

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

acmOutput ACMOutput

Output.

core VideoCaptureCore

Core.

SetAVIOutput(ref AVIOutput, VideoCaptureCore)

Sets AVI output.

public void SetAVIOutput(ref AVIOutput aviOutput, VideoCaptureCore core)

Parameters

aviOutput AVIOutput

Output.

core VideoCaptureCore

Core.

SetCustomOutput(ref CustomOutput, VideoCaptureCore)

Sets custom output.

public void SetCustomOutput(ref CustomOutput customOutput, VideoCaptureCore core)

Parameters

customOutput CustomOutput

Output.

core VideoCaptureCore

Core.

SetDVOutput(ref DVOutput)

Sets DV output.

public void SetDVOutput(ref DVOutput dvOutput)

Parameters

dvOutput DVOutput

Output.

SetDirectCaptureCustomOutput(ref DirectCaptureCustomOutput, VideoCaptureCore)

Sets DirectCapture custom output.

public void SetDirectCaptureCustomOutput(ref DirectCaptureCustomOutput directCaptureOutput, VideoCaptureCore core)

Parameters

directCaptureOutput DirectCaptureCustomOutput

Output.

core VideoCaptureCore

Core.

SetDirectCaptureCustomOutput(ref DirectCaptureMP4Output, VideoCaptureCore)

Sets DirectCapture custom output.

public void SetDirectCaptureCustomOutput(ref DirectCaptureMP4Output directCaptureOutput, VideoCaptureCore core)

Parameters

directCaptureOutput DirectCaptureMP4Output

Output.

core VideoCaptureCore

Core.

SetFFMPEGEXEOutput(ref FFMPEGEXEOutput)

Sets FFMPEG.exe output.

public void SetFFMPEGEXEOutput(ref FFMPEGEXEOutput ffmpegOutput)

Parameters

ffmpegOutput FFMPEGEXEOutput

Output.

SetFFMPEGOutput(ref FFMPEGOutput)

Sets FFMPEG output.

public void SetFFMPEGOutput(ref FFMPEGOutput ffmpegOutput)

Parameters

ffmpegOutput FFMPEGOutput

Output.

SetFLACOutput(ref FLACOutput)

Sets FLAC output.

public void SetFLACOutput(ref FLACOutput flacOutput)

Parameters

flacOutput FLACOutput

Output.

SetGIFOutput(ref AnimatedGIFOutput)

Sets GIF output.

public void SetGIFOutput(ref AnimatedGIFOutput gifOutput)

Parameters

gifOutput AnimatedGIFOutput

Output.

SetM4AOutput(ref M4AOutput)

Sets M4A output.

public void SetM4AOutput(ref M4AOutput m4aOutput)

Parameters

m4aOutput M4AOutput

Output.

SetMKVOutput(ref MKVv1Output, VideoCaptureCore)

Sets MKV output.

public void SetMKVOutput(ref MKVv1Output mkvOutput, VideoCaptureCore core)

Parameters

mkvOutput MKVv1Output

Output.

core VideoCaptureCore

Core.

SetMKVv2Output(ref MKVv2Output)

Sets MKV v2 output.

public void SetMKVv2Output(ref MKVv2Output mkvOutput)

Parameters

mkvOutput MKVv2Output

Output.

SetMOVOutput(ref MOVOutput)

Sets MOV output.

public void SetMOVOutput(ref MOVOutput movOutput)

Parameters

movOutput MOVOutput

Output.

SetMP3Output(ref MP3Output)

Sets MP3 output.

public void SetMP3Output(ref MP3Output mp3Output)

Parameters

mp3Output MP3Output

Output.

SetMP4HWOutput(ref MP4HWOutput)

Sets MP4 HW output.

public void SetMP4HWOutput(ref MP4HWOutput mp4Output)

Parameters

mp4Output MP4HWOutput

Output.

SetMP4Output(ref MP4Output)

Sets MP4 output.

public void SetMP4Output(ref MP4Output mp4Output)

Parameters

mp4Output MP4Output

Output.

SetMPEGTSOutput(ref MPEGTSOutput)

Sets MPEG-TS output.

public void SetMPEGTSOutput(ref MPEGTSOutput tsOutput)

Parameters

tsOutput MPEGTSOutput

Output.

SetOGGOutput(ref OGGVorbisOutput)

Sets OGG output.

public void SetOGGOutput(ref OGGVorbisOutput oggVorbisOutput)

Parameters

oggVorbisOutput OGGVorbisOutput

Output.

SetSpeexOutput(ref SpeexOutput)

Sets Speex output.

public void SetSpeexOutput(ref SpeexOutput speexOutput)

Parameters

speexOutput SpeexOutput

Output.

SetWMAOutput(ref WMAOutput, VideoCaptureCore)

Sets WMA output.

public void SetWMAOutput(ref WMAOutput wmaOutput, VideoCaptureCore core)

Parameters

wmaOutput WMAOutput

Output.

core VideoCaptureCore

Core.

SetWMVOutput(ref WMVOutput, VideoCaptureCore)

Sets WMV output.

public void SetWMVOutput(ref WMVOutput wmvOutput, VideoCaptureCore core)

Parameters

wmvOutput WMVOutput

Output.

core VideoCaptureCore

Core.

SetWebMOutput(ref WebMOutput)

Set WebM output.

public void SetWebMOutput(ref WebMOutput webmOutput)

Parameters

webmOutput WebMOutput

Output.

ShowDialog(VideoCaptureOutputFormat, IWin32Window, VideoCaptureCore)

Shows dialog.

public void ShowDialog(VideoCaptureOutputFormat format, IWin32Window parent, VideoCaptureCore core)

Parameters

format VideoCaptureOutputFormat

Format.

parent IWin32Window

Parent.

core VideoCaptureCore

Core.