OpenALSoundDevice ClassDelta Engine Documentation
Forces to implement all the OpenAL calls for OpenAL derived sound devices.
Inheritance Hierarchy

System Object
  DeltaEngine.Entities Entity
    DeltaEngine.Multimedia SoundDevice
      DeltaEngine.Multimedia.BaseOpenAL OpenALSoundDevice
        DeltaEngine.Multimedia.GLFW GLFWSoundDevice
        DeltaEngine.Multimedia.OpenAL ALSoundDevice
        DeltaEngine.Multimedia.OpenTK OpenTKSoundDevice

Namespace: DeltaEngine.Multimedia.BaseOpenAL
Assembly: DeltaEngine.Multimedia.BaseOpenAL (in DeltaEngine.Multimedia.BaseOpenAL.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract class OpenALSoundDevice : SoundDevice

The OpenALSoundDevice type exposes the following members.

Constructors

  NameDescription
Protected methodOpenALSoundDevice
Initializes a new instance of the OpenALSoundDevice class
Top
Methods

  NameDescription
Public methodAdd T  (Inherited from Entity.)
Public methodAddTag (Inherited from Entity.)
Public methodAttachBufferToChannel
Public methodBufferData
Public methodClearTags (Inherited from Entity.)
Public methodContains T  (Inherited from Entity.)
Public methodContainsBehavior T  (Inherited from Entity.)
Public methodContainsTag (Inherited from Entity.)
Public methodCreateBuffer
Public methodCreateBuffers
Public methodCreateChannel
Protected methodDeactivate (Inherited from Entity.)
Public methodDeleteBuffer
Public methodDeleteBuffers
Public methodDeleteChannel
Public methodDispose (Inherited from SoundDevice.)
Public methodGet T 
Gets a specific component, derived classes can return faster cached values (e.g. Entity2D) View code on GitHub
(Inherited from Entity.)
Protected methodGetActiveBehaviors (Inherited from Entity.)
Public methodGetChannelState
Protected methodGetComponentsForSaving (Inherited from Entity.)
Public methodGetNumberOfBuffersProcessed
Public methodGetNumberOfBuffersQueued
Public methodGetOrDefault T  (Inherited from Entity.)
Public methodGetTags (Inherited from Entity.)
Public methodIsPlaying
Public methodPlay
Public methodQueueBufferInChannel
Public methodRapidUpdate (Inherited from SoundDevice.)
Public methodRegisterCurrentMusic (Inherited from SoundDevice.)
Public methodRegisterCurrentVideo (Inherited from SoundDevice.)
Public methodRemove T  (Inherited from Entity.)
Public methodRemoveTag (Inherited from Entity.)
Public methodSet (Inherited from Entity.)
Public methodSetComponents (Inherited from Entity.)
Public methodSetPitch
Public methodSetPosition
Public methodSetVolume
Public methodStart T  (Inherited from Entity.)
Public methodStop(Int32)
Public methodStop T   (Inherited from Entity.)
Public methodToString (Inherited from Entity.)
Public methodTryLoadMusicStream (Inherited from SoundDevice.)
Public methodUnqueueBufferFromChannel
Top
Fields

  NameDescription
Protected fieldcomponents (Inherited from Entity.)
Top
Properties

  NameDescription
Public propertyIsActive (Inherited from Entity.)
Public propertyIsPauseable (Inherited from SoundDevice.)
Public propertyMusicVolume (Inherited from SoundDevice.)
Public propertyNumberOfComponents (Inherited from Entity.)
Public propertyUpdatePriority (Inherited from Entity.)
Top
See Also