Class HTTPMJPEGLiveOutput
- Namespace
- VisioForge.Core.Types.X.Output
- Assembly
- VisioForge.Core.dll
HTTP MJPEG live output settings.
public class HTTPMJPEGLiveOutput : IVideoCaptureXBaseOutput, IXBaseOutputInheritance
Implements
Inherited Members
Constructors
HTTPMJPEGLiveOutput(int)
Initializes a new instance of the VisioForge.Core.Types.X.Output.HTTPMJPEGLiveOutput class.
public HTTPMJPEGLiveOutput(int port)Parameters
portint-
The port.
Properties
Port
Gets or sets the port.
public int Port { get; }Property Value
Methods
CreateBlock()
Creates the block.
public MediaBlock CreateBlock()Returns
- MediaBlock
-
MediaBlock.
GetAudioEncoders()
Gets the audio encoders.
public Tuple<string, Type>[] GetAudioEncoders()Returns
GetFilename()
Gets the filename.
public string GetFilename()Returns
- string
-
System.String.
GetVideoEncoders()
Gets the video encoders.
public Tuple<string, Type>[] GetVideoEncoders()Returns
SetFilename(string)
Sets the filename.
public void SetFilename(string filename)Parameters
filenamestring-
The filename.