Свойство | Type | Description | |
---|---|---|---|
Channels | Microsoft.Xna.Framework.Audio.SoundEffectInstance[] |
Méthode | Description | |
---|---|---|
Get ( string Path ) : |
||
Initialize ( int Channels ) : void | ||
Load ( string Path ) : void | ||
Loop ( ushort Channel, bool Value ) : bool | ||
Looped ( ushort Channel ) : bool? | ||
Pause ( string Path ) : bool | ||
Pause ( ushort Channel ) : bool | ||
Play ( string Path ) : ushort? | ||
Play ( string Path, bool Loop ) : ushort? | ||
Play ( string Path, bool Loop, float Volume ) : ushort? | ||
Stop ( string Path ) : bool | ||
Stop ( ushort Channel ) : bool | ||
Unload ( string Path ) : void | ||
Volume ( ushort Channel, float Value ) : bool | ||
Volume ( ushort Channel ) : float? |
public static Get ( string Path ) : |
||
Path | string | |
Résultat |
public static Initialize ( int Channels ) : void | ||
Channels | int | |
Résultat | void |
public static Loop ( ushort Channel, bool Value ) : bool | ||
Channel | ushort | |
Value | bool | |
Résultat | bool |
public static Looped ( ushort Channel ) : bool? | ||
Channel | ushort | |
Résultat | bool? |
public static Pause ( ushort Channel ) : bool | ||
Channel | ushort | |
Résultat | bool |
public static Play ( string Path ) : ushort? | ||
Path | string | |
Résultat | ushort? |
public static Play ( string Path, bool Loop ) : ushort? | ||
Path | string | |
Loop | bool | |
Résultat | ushort? |
public static Play ( string Path, bool Loop, float Volume ) : ushort? | ||
Path | string | |
Loop | bool | |
Volume | float | |
Résultat | ushort? |
public static Stop ( ushort Channel ) : bool | ||
Channel | ushort | |
Résultat | bool |
public static Unload ( string Path ) : void | ||
Path | string | |
Résultat | void |
public static Volume ( ushort Channel, float Value ) : bool | ||
Channel | ushort | |
Value | float | |
Résultat | bool |
public static Volume ( ushort Channel ) : float? | ||
Channel | ushort | |
Résultat | float? |