XnaVideo ClassDelta Engine Documentation
Native Xna implementation for video playback.
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Multimedia Video
      DeltaEngine.Multimedia.Xna XnaVideo

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

public class XnaVideo : Video

The XnaVideo type exposes the following members.

Constructors

  NameDescription
Public methodXnaVideo
Initializes a new instance of the XnaVideo 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