-
interface
A broadcast stream is a stream source to be subscribed to by clients.
interface
A broadcast stream that comes from client.
interface
A stream that is bound to a client.
interface
Extends stream to add methods for on demand access.
interface
IPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing new
interface
IServerStream has both IPlaylist and IBroadcastStream methods but add nothing new.
interface
A subscriber stream that has only one item for play.
interface
ISubscriberStream is a stream from subscriber's point of view.
void
Called when the broadcast starts
void
Called when a recording starts
void
Called when a recording stops
void
Called when the client begins publishing
void
Called when the client stops publishing
-
class
Abstract base for client streams
class
Abstract base implementation of IStream.
class
Represents live stream broadcasted from client.
class
Stream of playlist subscriber
class
An implementation for server side stream.
class
Stream of a single play item for a subscriber