Platforms to show: All Mac Windows Linux Cross-Platform
Back to VLCEventManagerMBS class.
VLCEventManagerMBS.Log(Message as String, level as Integer, Name as String, Header as String, ModuleName as String, FileName as String, Line as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
message: The message to log.
level: message level, e.g. kLogLevelError
Name: object name
Header: object header or empty.
ModuleName: module name
FileName: The source code file name.
Line: The source code line number.
Enable this event using VLCInstanceMBS.SetLogEvent method.
VLCEventManagerMBS.MediaDiscovererEnded
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaDiscovererStarted
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaDurationChanged(newDuration as Int64)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaFreed(media as VLCMediaMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaListItemAdded(item as VLCMediaMBS, index as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaListItemDeleted(item as VLCMediaMBS, index as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaListPlayerNextItemSet(item as VLCMediaMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaListPlayerPlayed
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaListPlayerStopped
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaListWillAddItem(item as VLCMediaMBS, index as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaListWillDeleteItem(item as VLCMediaMBS, index as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaMetaChanged(metatype as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaParsedChanged(newStatus as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerBackward
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerBuffering
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerEncounteredError
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerEndReached
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerForward
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerLengthChanged(NewLength as Int64)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerMediaChanged(item as VLCMediaMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerNothingSpecial
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerOpening
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerPausableChanged(pausable as boolean)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerPaused
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerPlaying
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerPositionChanged(newPosition as Double)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
This event does not fire if you assigned new position. It is only to inform you that position changed due to playing video.
Some examples using this event:
VLCEventManagerMBS.MediaPlayerScrambledChanged(newScrambled as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerSeekableChanged(seekable as boolean)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerSnapshotTaken(filename as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerStopped
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerTimeChanged(newTime as Int64)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerTitleChanged(newTitle as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaPlayerVout(newCount as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaStateChanged(newState as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaSubItemAdded(media as VLCMediaMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.MediaSubItemTreeAdded(media as VLCMediaMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.VlmMediaAdded(MediaName as string, InstanceName as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.VlmMediaChanged(MediaName as string, InstanceName as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.VlmMediaInstanceStarted(MediaName as string, InstanceName as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.VlmMediaInstanceStatusEnd(MediaName as string, InstanceName as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.VlmMediaInstanceStatusError(MediaName as string, InstanceName as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.VlmMediaInstanceStatusInit(MediaName as string, InstanceName as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.VlmMediaInstanceStatusOpening(MediaName as string, InstanceName as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.VlmMediaInstanceStatusPause(MediaName as string, InstanceName as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.VlmMediaInstanceStatusPlaying(MediaName as string, InstanceName as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.VlmMediaInstanceStopped(MediaName as string, InstanceName as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
VLCEventManagerMBS.VlmMediaRemoved(MediaName as string, InstanceName as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
The items on this page are in the following plugins: MBS VLC Plugin.