BaseVideoStream InterfaceDelta Engine Documentation
Interface for a simple video stream. View code on GitHub

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

public interface BaseVideoStream : IDisposable

The BaseVideoStream type exposes the following members.

Methods

  NameDescription
Public methodPlay
Public methodReadImageRgbaColors
Public methodReadMusicBytes
Public methodRewind
Public methodStop
Top
Properties

  NameDescription
Public propertyChannels
Public propertyHeight
Public propertyLengthInSeconds
Public propertySamplerate
Public propertyWidth
Top
See Also