Table of Contents

Class RTSPServerOutput

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

RTSP server output settings.

public class RTSPServerOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput

Inheritance

Implements

Inherited Members

Constructors

RTSPServerOutput(RTSPServerSettings)

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

public RTSPServerOutput(RTSPServerSettings settings)

Parameters

settings RTSPServerSettings

The RTSP server settings.

Properties

Settings

Gets the RTSP server settings.

public RTSPServerSettings Settings { get; }

Property Value

RTSPServerSettings

Methods

GetAudioEncoders()

Gets the audio encoders.

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

Returns

Tuple<string, Type>[]

Tuple<System.String, Type>[].

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

Tuple<string, Type>[]

Tuple<System.String, Type>[].

SetFilename(string)

Sets the filename. Not used. Use the Settings.

public void SetFilename(string filename)

Parameters

filename string

The filename.