点击或拖拽改变大小

ExitCallback 委托

Registers a callback for the LibVLC exit event. This is mostly useful if the VLC playlist and/or at least one interface are started with libvlc_playlist_play() or AddInterface() respectively. Typically, this function will wake up your application main loop (from another thread).

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public delegate void ExitCallback()
参见