MediaPlayerTextOverlayControllerupdate Method |
Namespace: Veeplay.overlaycontrollersAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void update(
int duration,
int currentPlaybackTime
)
Public Sub update (
duration As Integer,
currentPlaybackTime As Integer
)
public:
void update(
int duration,
int currentPlaybackTime
)
member update :
duration : int *
currentPlaybackTime : int -> unit
Parameters
- duration
- Type: SystemInt32
- currentPlaybackTime
- Type: SystemInt32
See Also