OpenALVideo ClassDelta Engine Documentation
Base for OpenAL implementations for loading and playing video.
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Multimedia Video
      DeltaEngine.Multimedia.BaseOpenAL OpenALVideo
        DeltaEngine.Multimedia.GLFW GLFWVideo
        DeltaEngine.Multimedia.OpenAL ALVideo
        DeltaEngine.Multimedia.OpenTK OpenTKVideo

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 OpenALVideo : Video

The OpenALVideo type exposes the following members.

Constructors

  NameDescription
Protected methodOpenALVideo
Initializes a new instance of the OpenALVideo class
Top
Methods

  NameDescription
Protected methodCreateDefault (Inherited from ContentData.)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Overrides Video DisposeData .)
Protected methodEmptyBuffers
Public methodInternalCreateDefault (Inherited from ContentData.)
Public methodIsPlaying (Overrides Video IsPlaying .)
Protected methodLoadData (Overrides ContentData LoadData(Stream).)
Public methodPlay (Inherited from Video.)
Protected methodPlayNativeVideo (Inherited from Video.)
Public methodStop (Inherited from Video.)
Protected methodStopNativeVideo (Overrides Video StopNativeVideo .)
Protected methodStream
Public methodToString (Inherited from ContentData.)
Public methodUpdate (Overrides Video Update .)
Protected methodUpdateVideoTexture
Top
Fields

  NameDescription
Protected fieldbuffers
Protected fieldchannelHandle
Protected fieldContentChanged (Inherited from ContentData.)
Protected fielddevice (Inherited from Video.)
Protected fieldelapsedSeconds
Protected fieldformat
Protected fieldStatic memberNumberOfBuffers
Protected fieldopenAL
Protected fieldsurface
Protected fieldvideo
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from Video.)
Public propertyDurationInSeconds (Overrides Video DurationInSeconds.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Public propertyPositionInSeconds (Overrides Video PositionInSeconds.)
Top
See Also