Table of Contents

Class HTTPMJPEGLiveOutput

Namespace
VisioForge.Core.Types.X.Output
Assembly
VisioForge.Core.dll

HTTP MJPEG live output settings.

public class HTTPMJPEGLiveOutput : IVideoCaptureXBaseOutput, IXBaseOutput

Inheritance

Implements

Inherited Members

Constructors

HTTPMJPEGLiveOutput(int)

Initializes a new instance of the VisioForge.Core.Types.X.Output.HTTPMJPEGLiveOutput class.

public HTTPMJPEGLiveOutput(int port)

Parameters

port int

The port.

Properties

Port

Gets or sets the port.

public int Port { get; }

Property Value

int

Methods

CreateBlock()

Creates the block.

public MediaBlock CreateBlock()

Returns

MediaBlock

MediaBlock.

GetAudioEncoders()

Gets the audio encoders.

public Tuple<string, Type>[] GetAudioEncoders()

Returns

Tuple<string, Type>[]

Tuple<System.String, Type>[].

GetFilename()

Gets the filename.

public string GetFilename()

Returns

string

System.String.

GetVideoEncoders()

Gets the video encoders.

public Tuple<string, Type>[] GetVideoEncoders()

Returns

Tuple<string, Type>[]

Tuple<System.String, Type>[].

SetFilename(string)

Sets the filename.

public void SetFilename(string filename)

Parameters

filename string

The filename.