logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AudioPlayerGroup

    Represents a group of audio players with specific type and channel configuration.
    Used to manage and categorize audio playback resources.

    Inheritance
    object
    AudioPlayerGroup
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.AudioPlayer.Domain.Entities
    Assembly: Serenity.AudioPlayer.Domain.dll
    Syntax
    public class AudioPlayerGroup

    Constructors

    AudioPlayerGroup(AudioPlayerType, uint)

    Initializes a new instance of the AudioPlayerGroup class.

    Declaration
    public AudioPlayerGroup(AudioPlayerType Type, uint Channels)
    Parameters
    Type Name Description
    AudioPlayerType Type

    The type of audio player (e.g., SFX, Music).

    uint Channels

    The number of audio channels for the player.

    Fields

    Channels

    Declaration
    public uint Channels
    Field Value
    Type Description
    uint

    The number of audio channels for the player.

    Type

    Declaration
    public AudioPlayerType Type
    Field Value
    Type Description
    AudioPlayerType

    The type of audio player (e.g., SFX, Music).

    In this article
    © 2026 Serenity. All Rights Reserved