BaseParse.setDuration

Sets the duration of the currently playing media. Subclass can use this when it is able to determine duration and/or notices a change in the media duration. Alternatively, if @interval is non-zero (default), then stream duration is determined based on estimated bitrate, and updated every @interval frames.

class BaseParse
void
setDuration
(
GstFormat fmt
,,)

Parameters

fmt GstFormat

#GstFormat.

duration long

duration value.

interval int

how often to update the duration estimate based on bitrate, or 0.

Meta