VideoStream ClassDelta Engine Documentation
Streams AVI video playback. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Multimedia.VideoStreams.Avi AviStream
    DeltaEngine.Multimedia.VideoStreams.Avi VideoStream

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

public class VideoStream : AviStream

The VideoStream type exposes the following members.

Constructors

  NameDescription
Public methodVideoStream
Initializes a new instance of the VideoStream class
Top
Methods

  NameDescription
Public methodClose (Inherited from AviStream.)
Public methodGetFrameClose
Public methodGetFrameOpen
Public methodGetStreamData
Protected methodGetStreamInfo (Inherited from AviStream.)
Top
Properties

  NameDescription
Public propertyCountBitsPerPixel
Public propertyCountFrames
Public propertyFilePointer (Inherited from AviStream.)
Public propertyFirstFrame
Public propertyFrameRate
Public propertyFrameSize
Public propertyHeight
Public propertyStreamPointer (Inherited from AviStream.)
Public propertyWidth
Top
See Also