Class: ArchiveStream/Play

Superclasses:

Syntax:






 set stream [new ArchiveStream/Play]

Description:

This class subclasses from ArchiveStream and implements playback-specific stream code. Specifically, it handles the interaction of the playback streams with the Logical Time System (LTS) object.

Note: This is an abstract base class. Do not create objects directly of this class

Methods

lts: clip:

Observable events

Any observer that is attached to objects of this class should define methods corresponding to the following observable events:

bytes_sent:

C++ API and other notes

Related Objects:

ArchiveFile, ArchiveFile/Data, ArchiveFile/Index, ArchiveStream, ArchiveStream/Play/Mediaboard, ArchiveStream/Play/RTP, LTS

Putting it all together