Class RTSPServerOutput
RTSP server output settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.Output
Assembly: VisioForge.Core.dll
Syntax
public class RTSPServerOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput
Constructors
RTSPServerOutput(RTSPServerSettings)
Initializes a new instance of the RTSPServerOutput class.
Declaration
public RTSPServerOutput(RTSPServerSettings settings)
Parameters
Type | Name | Description |
---|---|---|
RTSPServerSettings | settings | The RTSP server settings. |
Properties
Settings
Gets the RTSP server settings.
Declaration
public RTSPServerSettings Settings { get; }
Property Value
Type | Description |
---|---|
RTSPServerSettings |
Methods
GetAudioEncoders()
Gets the audio encoders.
Declaration
public Tuple<string, Type>[] GetAudioEncoders()
Returns
Type | Description |
---|---|
Tuple<string, Type>[] | Tuple<System.String, Type>[]. |
GetFilename()
Gets the filename. Not used. Use the Settings.
Declaration
public string GetFilename()
Returns
Type | Description |
---|---|
string | System.String. |
GetVideoEncoders()
Gets the video encoders.
Declaration
public Tuple<string, Type>[] GetVideoEncoders()
Returns
Type | Description |
---|---|
Tuple<string, Type>[] | Tuple<System.String, Type>[]. |
SetFilename(string)
Sets the filename. Not used. Use the Settings.
Declaration
public void SetFilename(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |