SharpDX implementation of the Video content class.
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Multimedia Video
DeltaEngine.Multimedia.SharpDX SharpDXVideo
Namespace: DeltaEngine.Multimedia.SharpDX
Assembly: DeltaEngine.Multimedia.SharpDX (in DeltaEngine.Multimedia.SharpDX.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SharpDXVideo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SharpDXVideo | Initializes a new instance of the SharpDXVideo class |
Methods
Name | Description | |
---|---|---|
CreateDefault | (Inherited from ContentData.) | |
Dispose | (Inherited from ContentData.) | |
DisposeData | (Overrides Video DisposeData .) | |
InternalCreateDefault | (Inherited from ContentData.) | |
IsPlaying | (Overrides Video IsPlaying .) | |
LoadData | (Overrides ContentData LoadData(Stream).) | |
Play | (Inherited from Video.) | |
PlayNativeVideo | (Overrides Video PlayNativeVideo(Single).) | |
Stop | (Inherited from Video.) | |
StopNativeVideo | (Overrides Video StopNativeVideo .) | |
ToString | (Inherited from ContentData.) | |
Update | (Overrides Video Update .) |
Fields
Name | Description | |
---|---|---|
ContentChanged | (Inherited from ContentData.) | |
device | (Inherited from 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