MediaStream.update

Media stream implementations should regularly call this function to update the timestamp reported by the stream.

It is up to implementations to call this at the frequency they deem appropriate.

The media stream must be prepared when this function is called.

class MediaStream
void
update
()

Parameters

timestamp long

the new timestamp

Meta