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