![]() |
Terraria ModLoader
0.11.8
A mod to make and play Terraria mods
|
Public Member Functions | |
MusicStreamingMP3 (string path) | |
override void | Reset () |
override void | Stop (AudioStopOptions options) |
![]() | |
MusicStreaming (string path) | |
override void | CheckBuffer () |
void | Dispose () |
override void | Pause () |
override void | Play () |
override void | Resume () |
override void | SetVariable (string name, float value) |
Protected Member Functions | |
override void | PrepareStream () |
![]() | |
virtual void | FillBuffer (byte[] buffer) |
Private Attributes | |
Stream | underlying |
Additional Inherited Members | |
![]() | |
static implicit | operator Music (Cue cue) |
![]() | |
override bool | IsPaused => instance != null && instance.State == SoundState.Paused |
override bool | IsPlaying => instance != null && instance.State != SoundState.Stopped |
![]() | |
AudioChannels | channels |
int | sampleRate |
Stream | stream |
![]() | |
abstract bool | IsPaused [get] |
abstract bool | IsPlaying [get] |
Definition at line 181 of file MusicWrappers.cs.
Terraria.ModLoader.Audio.MusicStreamingMP3.MusicStreamingMP3 | ( | string | path | ) |
Definition at line 185 of file MusicWrappers.cs.
|
protectedvirtual |
Implements Terraria.ModLoader.Audio.MusicStreaming.
Definition at line 187 of file MusicWrappers.cs.
|
virtual |
Implements Terraria.ModLoader.Audio.Music.
Definition at line 201 of file MusicWrappers.cs.
|
virtual |
Reimplemented from Terraria.ModLoader.Audio.MusicStreaming.
Definition at line 196 of file MusicWrappers.cs.
|
private |
Definition at line 183 of file MusicWrappers.cs.