Mocks video playback to speed up unit testing.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Multimedia Video
DeltaEngine.Multimedia.Mocks MockVideo
Namespace: DeltaEngine.Multimedia.Mocks
Assembly: DeltaEngine.Multimedia.Mocks (in DeltaEngine.Multimedia.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockVideo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MockVideo | Initializes a new instance of the MockVideo class |
Methods
Name | Description | |
---|---|---|
CreateDefault | (Inherited from ContentData.) | |
Dispose | (Inherited from ContentData.) | |
DisposeData | (Inherited from Video.) | |
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.) | |
VideoStopCalled |
See Also