Class AudioPlayerGroup
Represents a group of audio players with specific type and channel configuration.
Used to manage and categorize audio playback resources.
Inherited Members
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). |