Platforms to show: All Mac Windows Linux Cross-Platform

Back to DVDPlaybackMBS class.

DVDPlaybackMBS.DVDEvent(eventcode as Integer, value1 as Integer, value2 as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event DVD Playback MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ❌ No
A DVD event.

Lasterror is set.
Requires Mac OS X 10.3.

DVDEventCode constants - The different event a client can register for to get notified (return value: UInt32)

kDVDEventTitle1value1: Title
kDVDEventPTT2value1: Chapter
kDVDEventValidUOP3value1: UOP code mask (DVDUOPCode)
kDVDEventAngle4value1: StreamID
kDVDEventAudioStream5value1: StreamID
kDVDEventSubpictureStream6value1: streamID / (value2 ! 0): visible
kDVDEventDisplayMode7value1: DVDAspectRatio
kDVDEventDomain8value1: DVDDomainCode
kDVDEventBitrate9value1: Bits / sec
kDVDEventStill10value1: On (1) - Off (0)
kDVDEventPlayback11value1: DVDState
kDVDEventVideoStandard12value1: DVDFormat
kDVDEventStreams13value1: None (trigger for general stream change)
kDVDEventScanSpeed14value1: Speed (1x,2x,3x,...)
kDVDEventMenuCalled15value1: DVDMenu
kDVDEventParental16value1: parental level number
kDVDEventPGC17value1: PGC number
kDVDEventGPRM18value1: GPRM index / value2: data
kDVDEventRegionMismatch19value1: disc region
kDVDEventTitleTime20value1: elapsed time / value2: duration of title [ms]
kDVDEventSubpictureStreamNumbers 21value1: number of subpicture streams in title
kDVDEventAudioStreamNumbers 22value1: number of audio streams in title
kDVDEventAngleNumbers 23value1: number of angles in title
kDVDEventError24value1: DVDErrorCode
kDVDEventCCInfo25value1: cc event opcode, value2: cc event data
kDVDEventChapterTime26value1: elapsed time / value2: duration of current chapter [ms]

Some examples using this event:

DVDPlaybackMBS.FatalError(errorcode as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event DVD Playback MBS MacOSX Plugin 4.0 ✅ Yes ❌ No ❌ No ❌ No
A fatal error. Quit the application as soon as possible.

Lasterror is set.
Requires Mac OS X 10.3.

Some examples using this event:

The items on this page are in the following plugins: MBS MacOSX Plugin.


The biggest plugin in space...