Skip to content

libvlc.VLCMediaPlayer.LengthMS

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

Property declaration

 Dim LengthMS As Int64

Remarks

Returns the total length of the currently playing medium, in milliseconds. If the player is not currently playing then this value will be -1. Use Medium.DurationMS to query the duration of a non-playing medium.

See also

Clone this wiki locally