Used with BASS_DSHOW_ChannelGetInfo(Int32, BASS_DSHOW_CHANNELINFO) to retrieve information about a video.
Inheritance Hierarchy
Un4seen.Bass.AddOn.DShowBASS_DSHOW_CHANNELINFO
Namespace: Un4seen.Bass.AddOn.DShow
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.13.3
Syntax
The BASS_DSHOW_CHANNELINFO type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BASS_DSHOW_CHANNELINFO |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| ToString |
The size of the video or the audio info (if no video).
(Overrides ObjectToString.) |
Fields
| Name | Description | |
|---|---|---|
| AvgTimePerFrame |
The video frames per seconds (0 if no video).
| |
| floatingpoint |
Indicates if the audio is 32 bit floating point or not ( if no audio).
| |
| freq |
Audio sample rate (0 if no audio).
| |
| Height |
The height of the video in pixel (0 if no video).
| |
| nChannels |
Number of audio channels (0 if no audio).
| |
| wBits |
Audio resolution (8, 16, 32 bits) (0 if no audio).
| |
| Width |
The width of the video in pixel (0 if no video).
|
See Also