BASS.NET API for the Un4seen BASS Audio LibraryBASS_DSHOW_CHANNELINFO ClassBASS.NET API for the Un4seen BASS Audio Library
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.DShowBASS_DSHOW_CHANNELINFO

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

[SerializableAttribute]
public sealed class BASS_DSHOW_CHANNELINFO

The BASS_DSHOW_CHANNELINFO type exposes the following members.

Constructors

  NameDescription
Public methodBASS_DSHOW_CHANNELINFO
Default constructor.
Top
Methods

  NameDescription
Public methodToString
The size of the video or the audio info (if no video).
(Overrides ObjectToString.)
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).
Top
See Also

Reference