Simple Audio Manager  1.0.1
 All Classes Files Functions Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
AudioStreamSystem Class Reference

Class play queue audio clip More...

Inherits AudioSystem.

Public Member Functions

TrackStream CreateTrackStream ()
 Creates the track stream. Binding to this AudioStreamSystem More...
 
void Play (TrackStream stream)
 Play the specified stream track. More...
 
void Stop (TrackStream stream)
 Stop the sound track. More...
 
void Pause (TrackStream stream)
 Pause the sound track. More...
 
override void StopAll ()
 Stop all sounds. More...
 
- Public Member Functions inherited from AudioSystem
Track CreateTrack ()
 Creates the track. Binding to this AudioSystem More...
 
Track Play (AudioClip clip)
 Play sound the specified clip. More...
 
Track Play (AudioClip clip, AudioOption option)
 Play sound the specified clip and option. More...
 
Track Play (AudioClip clip, Transform target, AudioOption option)
 Play sound the specified clip, target and option. More...
 
Track Play (Track track, AudioOption option)
 Play sound the specified track and option. More...
 
Track Play (Track track)
 Play the specified track. More...
 
void Stop (Track track)
 Stop the sound track. More...
 
void Pause (Track track)
 Pause sound track. More...
 
bool IsPlay (Track track)
 Determines whether this instance is play the specified track. More...
 
List< TrackGetTracks ()
 Gets all playing or paused tracks. More...
 
AudioGroupDetail GetLocal (AudioOption auidoOption)
 Gets the group setting of sound. More...
 
AudioGroupDetail GetGlobal (AudioOption auidoOption)
 Gets the multiplied groups setting of sound. More...
 

Additional Inherited Members

- Properties inherited from AudioSystem
AudioGroupDetail this[AudioOption option] [get]
 Gets the local with global group setting of sound More...
 
int limitCount [get]
 Gets the count spawn sound with option LIMIT. More...
 
int poolCapacity [get]
 Gets the pool capacity More...
 
bool isSpawnMode [get, set]
 Gets a value indicating whether this AudioSystem is spawn mode. More...
 

Detailed Description

Class play queue audio clip

Member Function Documentation

TrackStream AudioStreamSystem.CreateTrackStream ( )

Creates the track stream. Binding to this AudioStreamSystem

Returns
The track stream.
void AudioStreamSystem.Pause ( TrackStream  stream)

Pause the sound track.

Parameters
streamSound tracks.
void AudioStreamSystem.Play ( TrackStream  stream)

Play the specified stream track.

Parameters
streamSound tracks.
void AudioStreamSystem.Stop ( TrackStream  stream)

Stop the sound track.

Parameters
streamSound tracks.
override void AudioStreamSystem.StopAll ( )
virtual

Stop all sounds.

Reimplemented from AudioSystem.


The documentation for this class was generated from the following file: