Class MJPEGOutput
MJPEG network streaming output settings.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.Output
Assembly: VisioForge.Core.dll
Syntax
public sealed class MJPEGOutput : INetworkStreamingOutput
Constructors
MJPEGOutput(int)
Initializes a new instance of the MJPEGOutput class.
Declaration
public MJPEGOutput(int port)
Parameters
Type | Name | Description |
---|---|---|
int | port | The port. |
Properties
Port
Gets or sets the port.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
int | The port. |
Methods
Load(string)
Loads from JSON.
Declaration
public static MJPEGOutput Load(string json)
Parameters
Type | Name | Description |
---|---|---|
string | json | JSON string. |
Returns
Type | Description |
---|---|
MJPEGOutput | The string. |
Save()
Saves to JSON.
Declaration
public string Save()
Returns
Type | Description |
---|---|
string | The string. |