Base for OpenAL implementations for music playback.
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Multimedia Music
DeltaEngine.Multimedia.BaseOpenAL OpenALMusic
DeltaEngine.Multimedia.GLFW GLFWMusic
DeltaEngine.Multimedia.OpenAL ALMusic
DeltaEngine.Multimedia.OpenTK OpenTKMusic
Namespace: DeltaEngine.Multimedia.BaseOpenAL
Assembly: DeltaEngine.Multimedia.BaseOpenAL (in DeltaEngine.Multimedia.BaseOpenAL.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The OpenALMusic type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | OpenALMusic | Initializes a new instance of the OpenALMusic class |
Methods
Name | Description | |
---|---|---|
![]() | CreateDefault | (Inherited from ContentData.) |
![]() | Dispose | (Inherited from ContentData.) |
![]() | DisposeData | (Overrides Music DisposeData .) |
![]() | HandleStreamFinished | (Inherited from Music.) |
![]() | InternalCreateDefault | (Inherited from ContentData.) |
![]() | IsPlaying | (Overrides Music IsPlaying .) |
![]() | LoadData | (Overrides ContentData LoadData(Stream).) |
![]() | Play | (Inherited from Music.) |
![]() | Play(Single) | (Inherited from Music.) |
![]() | PlayNativeMusic | (Overrides Music PlayNativeMusic .) |
![]() | SetPlayingVolume | (Overrides Music SetPlayingVolume(Single).) |
![]() | Stop | (Inherited from Music.) |
![]() | StopNativeMusic | (Overrides Music StopNativeMusic .) |
![]() | ToString | (Inherited from ContentData.) |
![]() | UpdateStateAndPosition | (Overrides Music UpdateStateAndPosition .) |
Fields
Name | Description | |
---|---|---|
![]() | bufferData | |
![]() | buffers | |
![]() | cachedVolume | (Inherited from Music.) |
![]() | channelHandle | |
![]() | ContentChanged | (Inherited from ContentData.) |
![]() | device | (Inherited from Music.) |
![]() | format | |
![]() | musicStream | |
![]() | openAL | |
![]() | playStartTime | |
![]() | StreamFinished | (Inherited from Music.) |
Properties
Name | Description | |
---|---|---|
![]() | AllowCreationIfContentNotFound | (Inherited from Music.) |
![]() | DurationInSeconds | (Overrides Music DurationInSeconds.) |
![]() | IsDisposed | (Inherited from ContentData.) |
![]() | Loop | (Inherited from Music.) |
![]() | MetaData | (Inherited from ContentData.) |
![]() | Name | (Inherited from ContentData.) |
![]() | PositionInSeconds | (Overrides Music PositionInSeconds.) |
![]() | Volume | (Inherited from Music.) |
See Also