Search Results for

    Show / Hide Table of Contents

    Enum PlayState

    Specifies the state (playing, paused, or stopped) of media.

    Namespace: Evergine.Common.Media
    Assembly: Evergine.Common.dll
    Syntax
    public enum PlayState

    Fields

    Name Description
    Paused

    The media is currently paused.

    Playing

    The media is currently playing.

    Stopped

    The media is currently stopped.

    Extension Methods

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