Search Results for

    Show / Hide Table of Contents

    Enum VideoPlayer.VideoStateType

    Specifies the different playback states of a video.

    Namespace: Evergine.Runtimes.Video
    Assembly: Evergine.Runtimes.Video.dll
    Syntax
    public enum VideoPlayer.VideoStateType

    Fields

    Name Description
    Paused

    The video playback is temporarily halted.

    Playing

    The video is actively playing.

    Stopped

    The video is not currently playing.

    Extension Methods

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