BASS.NET API for the Un4seen BASS Audio LibraryBASS_DSHOW_CHANNELINFO MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_DSHOW_CHANNELINFO type exposes the following members.
Constructors

  NameDescription
Public methodBASS_DSHOW_CHANNELINFO
Default constructor.
Back to Top
Methods

  NameDescription
Public methodToString
The size of the video or the audio info (if no video).
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldAvgTimePerFrame
The video frames per seconds (0 if no video).
Public fieldfloatingpoint
Indicates if the audio is 32 bit floating point or not (  if no audio).
Public fieldfreq
Audio sample rate (0 if no audio).
Public fieldHeight
The height of the video in pixel (0 if no video).
Public fieldnChannels
Number of audio channels (0 if no audio).
Public fieldwBits
Audio resolution (8, 16, 32 bits) (0 if no audio).
Public fieldWidth
The width of the video in pixel (0 if no video).
Back to Top
See Also