OpenTKMusic ClassDelta Engine Documentation
Music under OpenGL.
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Multimedia Music
      DeltaEngine.Multimedia.BaseOpenAL OpenALMusic
        DeltaEngine.Multimedia.OpenTK OpenTKMusic

Namespace: DeltaEngine.Multimedia.OpenTK
Assemblies:  DeltaEngine.Multimedia.OpenTKES (in DeltaEngine.Multimedia.OpenTKES.dll) Version: 1.1.1.0 (1.1.1)
  DeltaEngine.Multimedia.OpenTK (in DeltaEngine.Multimedia.OpenTK.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class OpenTKMusic : OpenALMusic

The OpenTKMusic type exposes the following members.

Constructors

  NameDescription
Protected methodOpenTKMusic
Initializes a new instance of the OpenTKMusic class
Top
Methods

  NameDescription
Protected methodCreateDefault (Inherited from ContentData.)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Inherited from OpenALMusic.)
Protected methodHandleStreamFinished (Inherited from Music.)
Public methodInternalCreateDefault (Inherited from ContentData.)
Public methodIsPlaying (Inherited from OpenALMusic.)
Protected methodLoadData (Inherited from OpenALMusic.)
Public methodPlay  (Inherited from Music.)
Public methodPlay(Single) (Inherited from Music.)
Protected methodPlayNativeMusic (Inherited from OpenALMusic.)
Protected methodSetPlayingVolume (Inherited from OpenALMusic.)
Public methodStop (Inherited from Music.)
Protected methodStopNativeMusic (Inherited from OpenALMusic.)
Public methodToString (Inherited from ContentData.)
Public methodUpdateStateAndPosition (Inherited from OpenALMusic.)
Top
Fields

  NameDescription
Protected fieldbufferData (Inherited from OpenALMusic.)
Protected fieldbuffers (Inherited from OpenALMusic.)
Protected fieldcachedVolume (Inherited from Music.)
Protected fieldchannelHandle (Inherited from OpenALMusic.)
Protected fieldContentChanged (Inherited from ContentData.)
Protected fielddevice (Inherited from Music.)
Protected fieldformat (Inherited from OpenALMusic.)
Protected fieldmusicStream (Inherited from OpenALMusic.)
Protected fieldopenAL (Inherited from OpenALMusic.)
Protected fieldplayStartTime (Inherited from OpenALMusic.)
Public fieldStreamFinished (Inherited from Music.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from Music.)
Public propertyDurationInSeconds (Inherited from OpenALMusic.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyLoop (Inherited from Music.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Public propertyPositionInSeconds (Inherited from OpenALMusic.)
Public propertyVolume (Inherited from Music.)
Top
See Also