BASS.NET API for the Un4seen BASS Audio LibraryBASS_DSHOW_STREAMS ClassBASS.NET API for the Un4seen BASS Audio Library
Used with BASS_DSHOW_ChannelGetStream(Int32, Int32, BASS_DSHOW_STREAMS_INTERNAL) to retrieve information of a stream.
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.DShowBASS_DSHOW_STREAMS

Namespace: Un4seen.Bass.AddOn.DShow
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.13.3
Syntax

[SerializableAttribute]
public sealed class BASS_DSHOW_STREAMS

The BASS_DSHOW_STREAMS type exposes the following members.

Constructors

  NameDescription
Public methodBASS_DSHOW_STREAMS
Default constructor.
Top
Properties

  NameDescription
Public propertyIsAudio
Returns if the stream is an audio format.
Public propertyIsVideo
Returns if the stream is a video format.
Top
Methods

  NameDescription
Public methodToString
A description of the stream.
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldenabled
Is this stream enabled?
Public fieldformat
0: unknown, 1: video , 2: audio , 3: subtitle
Public fieldindex
The stream index. Use this index to enable or disable it.
Public fieldname
The format name.
Top
Remarks

This class can not be used directly! It will be returned and created by BASS_DSHOW_ChannelGetStream(Int32, Int32, BASS_DSHOW_STREAMS_INTERNAL) only.
See Also

Reference