SharpDXVideo ClassDelta Engine Documentation
SharpDX implementation of the Video content class.
Inheritance Hierarchy

System Object
  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

public class SharpDXVideo : Video

The SharpDXVideo type exposes the following members.

Constructors

  NameDescription
Protected methodSharpDXVideo
Initializes a new instance of the SharpDXVideo class
Top
Methods

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

  NameDescription
Protected fieldContentChanged (Inherited from ContentData.)
Protected fielddevice (Inherited from Video.)
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