BASS.NET API for the Un4seen BASS Audio LibraryBASSDSHOWSync EnumerationBASS.NET API for the Un4seen BASS Audio Library
Channel Sync type to be used with BASS_DSHOW_ChannelSetSync(Int32, VIDEOSYNCPROC, IntPtr).

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

public enum BASSDSHOWSync
Members

  Member nameValueDescription
BASS_DSHOW_SYNC_END1 Triggered when the stream ends.

data: alwqays 0.

BASS_DSHOW_SYNC_DVD_CHAPTER_START2 Triggered when a new DVD chapter starts.

data: the new chapter index.

BASS_DSHOW_SYNC_DVD_TITLE_CHANGE3 Triggered when a title change occured in a DVD stream.

data: new title number.

BASS_DSHOW_SYNC_DVD_ERROR4 Triggered when an error occured on a DVD stream.

data: alwqays 0.

BASS_DSHOW_SYNC_REPAINT5 Triggered by video renderers when it needs a repaint. A call to BASS_DSHOW_ChannelRepaint(Int32, IntPtr, IntPtr) should be done, but not necessary.

data: alwqays 0.

BASS_DSHOW_SYNC_VIDEO_SIZE_CHANGED6 Triggered by video renderers when the video size changed.

data: the new video width/height (the HiWord represents the new width; the LoWord represents the new height).

See Also

Reference