|
| NullAudioSound () |
| All of these functions are just stubs. More...
|
|
virtual TypeHandle | force_init_type () |
|
void | get_3d_attributes (PN_stdfloat *px, PN_stdfloat *py, PN_stdfloat *pz, PN_stdfloat *vx, PN_stdfloat *vy, PN_stdfloat *vz) |
|
PN_stdfloat | get_3d_max_distance () const |
|
PN_stdfloat | get_3d_min_distance () const |
|
bool | get_active () const |
|
PN_stdfloat | get_balance () const |
|
const std::string & | get_finished_event () const |
|
bool | get_loop () const |
|
unsigned long | get_loop_count () const |
|
const std::string & | get_name () const |
|
PN_stdfloat | get_play_rate () const |
|
PN_stdfloat | get_time () const |
|
virtual TypeHandle | get_type () const |
|
PN_stdfloat | get_volume () const |
|
PN_stdfloat | length () const |
|
void | play () |
|
void | set_3d_attributes (PN_stdfloat px, PN_stdfloat py, PN_stdfloat pz, PN_stdfloat vx, PN_stdfloat vy, PN_stdfloat vz) |
|
void | set_3d_max_distance (PN_stdfloat dist) |
|
void | set_3d_min_distance (PN_stdfloat dist) |
|
void | set_active (bool) |
|
void | set_balance (PN_stdfloat) |
|
void | set_finished_event (const std::string &event) |
|
void | set_loop (bool) |
|
void | set_loop_count (unsigned long) |
|
void | set_play_rate (PN_stdfloat) |
|
void | set_time (PN_stdfloat) |
|
void | set_volume (PN_stdfloat) |
|
AudioSound::SoundStatus | status () const |
|
void | stop () |
|
virtual bool | configure_filters (FilterProperties *config) |
| Configure the local DSP filter chain. More...
|
|
virtual int | get_priority () |
|
virtual PN_stdfloat | get_speaker_level (int index) |
| For use only with Miles. More...
|
|
virtual PN_stdfloat | get_speaker_mix (int speaker) |
| For use only with FMOD. More...
|
|
virtual void | output (std::ostream &out) const |
|
virtual void | set_priority (int priority) |
|
virtual void | set_speaker_levels (PN_stdfloat level1, PN_stdfloat level2=-1.0f, PN_stdfloat level3=-1.0f, PN_stdfloat level4=-1.0f, PN_stdfloat level5=-1.0f, PN_stdfloat level6=-1.0f, PN_stdfloat level7=-1.0f, PN_stdfloat level8=-1.0f, PN_stdfloat level9=-1.0f) |
| For use only with Miles. More...
|
|
virtual void | set_speaker_mix (PN_stdfloat frontleft, PN_stdfloat frontright, PN_stdfloat center, PN_stdfloat sub, PN_stdfloat backleft, PN_stdfloat backright, PN_stdfloat sideleft, PN_stdfloat sideright) |
| For use only with FMOD. More...
|
|
virtual void | write (std::ostream &out) const |
|
| TypedReferenceCount (const TypedReferenceCount ©) |
|
void | operator= (const TypedReferenceCount ©) |
|
| TypedObject (const TypedObject ©)=default |
|
TypedObject * | as_typed_object () |
| Returns the object, upcast (if necessary) to a TypedObject pointer. More...
|
|
const TypedObject * | as_typed_object () const |
| Returns the object, upcast (if necessary) to a TypedObject pointer. More...
|
|
int | get_best_parent_from_Set (const std::set< int > &) const |
|
int | get_type_index () const |
| Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. More...
|
|
bool | is_exact_type (TypeHandle handle) const |
| Returns true if the current object is the indicated type exactly. More...
|
|
bool | is_of_type (TypeHandle handle) const |
| Returns true if the current object is or derives from the indicated type. More...
|
|
TypedObject & | operator= (const TypedObject ©)=default |
|
int | get_ref_count () const |
|
WeakReferenceList * | get_weak_list () const |
| Returns the WeakReferenceList associated with this ReferenceCount object. More...
|
|
bool | has_weak_list () const |
| Returns true if this particular ReferenceCount object has a WeakReferenceList created, false otherwise. More...
|
|
void | local_object () |
| This function should be called, once, immediately after creating a new instance of some ReferenceCount-derived object on the stack. More...
|
|
void | ref () const |
| Explicitly increments the reference count. More...
|
|
bool | ref_if_nonzero () const |
| Atomically increases the reference count of this object if it is not zero. More...
|
|
bool | test_ref_count_integrity () const |
| Does some easy checks to make sure that the reference count isn't completely bogus. More...
|
|
bool | test_ref_count_nonzero () const |
| Does some easy checks to make sure that the reference count isn't zero, or completely bogus. More...
|
|
virtual bool | unref () const |
| Explicitly decrements the reference count. More...
|
|
WeakReferenceList * | weak_ref () |
| Adds the indicated PointerToVoid as a weak reference to this object. More...
|
|
void | weak_unref () |
| Removes the indicated PointerToVoid as a weak reference to this object. More...
|
|
Definition at line 23 of file nullAudioSound.h.