VisioForge (c) 2025

Search Results for

    Class RTSPServerOutput

    RTSP server output settings.

    Inheritance
    object
    RTSPServerOutput
    Implements
    IVideoEditXBaseOutput
    IVideoCaptureXBaseOutput
    IXBaseOutput
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    Implements

    IVideoEditXBaseOutput
    IVideoCaptureXBaseOutput
    IXBaseOutput