| Interface | Description |
|---|---|
| IBroadcastStream |
A broadcast stream is a stream source to be subscribed to by clients.
|
| IClientBroadcastStream |
A broadcast stream that comes from client.
|
| IClientStream |
A stream that is bound to a client.
|
| IPlayItem |
Playlist item.
|
| IPlaylist |
Playlist
|
| IPlaylistController |
A play list controller that controls the order of play items.
|
| IPlaylistSubscriberStream |
IPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing new
|
| IRtmpSampleAccess | |
| ISingleItemSubscriberStream |
A subscriber stream that has only one item for play.
|
| IStream |
Base interface for stream objects.
|
| IStreamableFileFactory |
Scope service extension that provides method to get streamable file services set
|
| IStreamAwareScopeHandler |
A scope handler that is stream aware.
|
| IStreamCapableConnection |
A connection that supports streaming.
|
| IStreamFilenameGenerator |
A class that can generate filenames for streams.
|
| IStreamListener |
Listener that is notified about packets received from a stream.
|
| IStreamPacket |
Packet containing stream data.
|
| IStreamPlaybackSecurity |
Interface for handlers that control access to stream playback.
|
| IStreamPublishSecurity |
Interface for handlers that control access to stream publishing.
|
| IStreamService |
This interface represents the stream methods that can be called throug RTMP.
|
| ISubscriberStream |
ISubscriberStream is a stream from subscriber's point of view.
|
| Enum | Description |
|---|---|
| IStreamFilenameGenerator.GenerationType |
Possible filename generation types.
|
| StreamState |
Represents all the states that a stream may be in at a requested point in time.
|
| Exception | Description |
|---|---|
| OperationNotSupportedException |
The requested operation is not supported by the stream.
|
| ResourceExistException | |
| ResourceNotFoundException |
Copyright © 2005–2017 Red5. All rights reserved.