VisioForge (c) 2025

Search Results for

    Class MediaContainerInfo

    Media container info.

    Inheritance
    object
    MediaContainerInfo
    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 MediaContainerInfo

    Constructors

    MediaContainerInfo()

    Initializes a new instance of the MediaContainerInfo class.

    Declaration
    public MediaContainerInfo()

    Properties

    Duration

    Gets or sets the duration.

    Declaration
    public TimeSpan Duration { get; set; }
    Property Value
    Type Description
    TimeSpan

    The duration.

    Format

    Gets or sets the format.

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    string

    The format.

    Tags

    Gets the tags.

    Declaration
    public List<MediaInfoTag> Tags { get; }
    Property Value
    Type Description
    List<MediaInfoTag>

    The tags.

    Methods

    ToString()

    ToString.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    string.

    Overrides
    object.ToString()