MediaEventonUpdate Method |
This method will be invoked by the player periodically, giving the event
the opportunity to respond to updated playback information.
Namespace: Veeplay.media.eventsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public abstract void onUpdate()
Public MustOverride Sub onUpdate
public:
virtual void onUpdate() abstract
abstract onUpdate : unit -> unit
See Also