Base for OpenAL implementations for loading and playing video.
Inheritance Hierarchy
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
The OpenALVideo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OpenALVideo | Initializes a new instance of the OpenALVideo class |
Methods
Name | Description | |
---|---|---|
CreateDefault | (Inherited from ContentData.) | |
Dispose | (Inherited from ContentData.) | |
DisposeData | (Overrides Video DisposeData .) | |
EmptyBuffers | ||
InternalCreateDefault | (Inherited from ContentData.) | |
IsPlaying | (Overrides Video IsPlaying .) | |
LoadData | (Overrides ContentData LoadData(Stream).) | |
Play | (Inherited from Video.) | |
PlayNativeVideo | (Inherited from Video.) | |
Stop | (Inherited from Video.) | |
StopNativeVideo | (Overrides Video StopNativeVideo .) | |
Stream | ||
ToString | (Inherited from ContentData.) | |
Update | (Overrides Video Update .) | |
UpdateVideoTexture |
Fields
Name | Description | |
---|---|---|
buffers | ||
channelHandle | ||
ContentChanged | (Inherited from ContentData.) | |
device | (Inherited from Video.) | |
elapsedSeconds | ||
format | ||
NumberOfBuffers | ||
openAL | ||
surface | ||
video |
Properties
Name | Description | |
---|---|---|
AllowCreationIfContentNotFound | (Inherited from Video.) | |
DurationInSeconds | (Overrides Video DurationInSeconds.) | |
IsDisposed | (Inherited from ContentData.) | |
MetaData | (Inherited from ContentData.) | |
Name | (Inherited from ContentData.) | |
PositionInSeconds | (Overrides Video PositionInSeconds.) |
See Also