AudioStream ClassDelta Engine Documentation
The audio portion of an Avi stream. View code on GitHub
Inheritance Hierarchy

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

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 AudioStream : AviStream

The AudioStream type exposes the following members.

Constructors

  NameDescription
Public methodAudioStream
Initializes a new instance of the AudioStream class
Top
Methods

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

  NameDescription
Public propertyBitsPerSample
Public propertyChannels
Public propertyFilePointer (Inherited from AviStream.)
Public propertySamplesPerSecond
Public propertyStreamPointer (Inherited from AviStream.)
Top
See Also