Search Results for

    Show / Hide Table of Contents

    Class VideoInfo

    Video info instance.

    Inheritance
    object
    VideoInfo
    Implements
    IVideoInfo
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.DirectX11
    Assembly: Evergine.DirectX11.dll
    Syntax
    public class VideoInfo : IVideoInfo, IDisposable

    Constructors

    VideoInfo()

    Initializes a new instance of the VideoInfo class.

    Declaration
    public VideoInfo()

    Properties

    Duration

    Gets the duration of the video.

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

    Height

    Gets the height of this video, in pixels.

    Declaration
    public int Height { get; }
    Property Value
    Type Description
    int

    Path

    Gets the path of this video.

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    string

    Width

    Gets the width of this video, in pixels.

    Declaration
    public int Width { get; }
    Property Value
    Type Description
    int

    Methods

    Dispose()

    Dispose video info instance.

    Declaration
    public void Dispose()

    Implements

    IVideoInfo
    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX