VisioForge (c) 2025

Search Results for

    Class MediaFileInfo

    Media file info.

    Inheritance
    object
    MediaFileInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Types.MediaInfo
    Assembly: VisioForge.Core.dll
    Syntax
    public class MediaFileInfo

    Constructors

    MediaFileInfo()

    Initializes a new instance of the MediaFileInfo class.

    Declaration
    public MediaFileInfo()

    Properties

    AudioStreams

    Gets the audio streams.

    Declaration
    public List<AudioStreamInfo> AudioStreams { get; }
    Property Value
    Type Description
    List<AudioStreamInfo>

    Container

    Gets the container.

    Declaration
    public MediaContainerInfo Container { get; }
    Property Value
    Type Description
    MediaContainerInfo

    IsLive

    Gets or sets a value indicating whether this instance is live.

    Declaration
    public bool IsLive { get; set; }
    Property Value
    Type Description
    bool

    true if this instance is live; otherwise, false.

    RTPStreams

    Gets the RTP streams.

    Declaration
    public List<RTPStreamInfo> RTPStreams { get; }
    Property Value
    Type Description
    List<RTPStreamInfo>

    SubtitleStreams

    Gets the subtitle streams.

    Declaration
    public List<SubtitleStreamInfo> SubtitleStreams { get; }
    Property Value
    Type Description
    List<SubtitleStreamInfo>

    VideoStreams

    Gets the video streams.

    Declaration
    public List<VideoStreamInfo> VideoStreams { get; }
    Property Value
    Type Description
    List<VideoStreamInfo>

    Methods

    Clear()

    Clears this instance.

    Declaration
    public void Clear()

    GetAudioInfo()

    Gets the audio information.

    Declaration
    public AudioInfoX GetAudioInfo()
    Returns
    Type Description
    AudioInfoX

    AudioInfoX.

    GetVideoInfo()

    Gets the video information.

    Declaration
    public VideoFrameInfoX GetVideoInfo()
    Returns
    Type Description
    VideoFrameInfoX

    VideoFrameInfoX.

    ToString()

    ToString.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    string.

    Overrides
    object.ToString()