HKI Core
Properties | Private Member Functions | Private Attributes | List of all members
HKI.Core.Audio.AudioPlayer Class Reference

This is an extention of the SimpleAudioPlayer. It allows the automatic Setup of the SimpleAudioPlayer at Start. More...

Inheritance diagram for HKI.Core.Audio.AudioPlayer:
HKI.Core.Audio.SimpleAudioPlayer

Properties

AudioPlayerSettings GetStartSettings [get]
 
- Properties inherited from HKI.Core.Audio.SimpleAudioPlayer
AudioPlayerSettings GetSettings [get]
 
bool IsPlayingPlaylist [get]
 
Playlist GetCurrentPlaylist [get]
 

Private Member Functions

void Start ()
 

Private Attributes

bool DoSetupOnStart = true
 
AudioPlayerSettings StartSettings = new AudioPlayerSettings()
 

Additional Inherited Members

- Public Member Functions inherited from HKI.Core.Audio.SimpleAudioPlayer
void Setup (AudioPlayerSettings settings)
 
void PlayPlaylist (bool playPlaylist, bool debugLog=true)
 
void ChangePlaylist (Playlist playlist)
 
void ChangePlaylist (Playlist playlist, bool playPlaylist)
 
void PlaySoundClip (SoundClip clip)
 
void PlayAudioLocalization (AudioLocalization audioLocalization)
 
void PlayAudioClip (AudioClip clip, float volume, float pitch)
 
void StopPlayingAllClips ()
 

Detailed Description

This is an extention of the SimpleAudioPlayer. It allows the automatic Setup of the SimpleAudioPlayer at Start.

Definition at line 12 of file AudioPlayer.cs.

Member Function Documentation

◆ Start()

void HKI.Core.Audio.AudioPlayer.Start ( )
inlineprivate

Definition at line 22 of file AudioPlayer.cs.

Member Data Documentation

◆ DoSetupOnStart

bool HKI.Core.Audio.AudioPlayer.DoSetupOnStart = true
private

Definition at line 15 of file AudioPlayer.cs.

◆ StartSettings

AudioPlayerSettings HKI.Core.Audio.AudioPlayer.StartSettings = new AudioPlayerSettings()
private

Definition at line 16 of file AudioPlayer.cs.

Property Documentation

◆ GetStartSettings

AudioPlayerSettings HKI.Core.Audio.AudioPlayer.GetStartSettings
get

Definition at line 19 of file AudioPlayer.cs.


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