ALVideo ClassDelta Engine Documentation
Processes video playback under OpenAL. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Multimedia Video
      DeltaEngine.Multimedia.BaseOpenAL OpenALVideo
        DeltaEngine.Multimedia.OpenAL ALVideo

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

public class ALVideo : OpenALVideo

The ALVideo type exposes the following members.

Constructors

  NameDescription
Protected methodALVideo
Initializes a new instance of the ALVideo class
Top
Methods

  NameDescription
Protected methodCreateDefault (Inherited from ContentData.)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Inherited from OpenALVideo.)
Protected methodEmptyBuffers (Inherited from OpenALVideo.)
Public methodInternalCreateDefault (Inherited from ContentData.)
Public methodIsPlaying (Inherited from OpenALVideo.)
Protected methodLoadData (Inherited from OpenALVideo.)
Public methodPlay (Inherited from Video.)
Protected methodPlayNativeVideo (Overrides Video PlayNativeVideo(Single).)
Public methodStop (Inherited from Video.)
Protected methodStopNativeVideo (Inherited from OpenALVideo.)
Protected methodStream (Inherited from OpenALVideo.)
Public methodToString (Inherited from ContentData.)
Public methodUpdate (Inherited from OpenALVideo.)
Protected methodUpdateVideoTexture (Overrides OpenALVideo UpdateVideoTexture .)
Top
Fields

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

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