Search Results for

    Show / Hide Table of Contents

    Class VideoInfo

    Video info instance.

    Inheritance
    object
    VideoInfo
    Implements
    IVideoInfo
    Namespace: Evergine.DirectX11
    Assembly: Evergine.DirectX11.dll
    Syntax
    public class VideoInfo : IVideoInfo

    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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX