#include <msrp.h>
Constructor & Destructor Documentation
- Parameters:
-
| mediaFormat | Media format for stream |
| sessionID | Session number for stream |
| isSource | Is a source stream |
| OpalMSRPMediaStream::~OpalMSRPMediaStream |
( |
| ) |
|
Member Function Documentation
| virtual bool OpalMSRPMediaStream::Close |
( |
| ) |
[virtual] |
Close the media stream.
The default does nothing.
Reimplemented from OpalMediaStream.
| PURL OpalMSRPMediaStream::GetRemoteURL |
( |
| ) |
const [inline] |
| virtual bool OpalMSRPMediaStream::Open |
( |
| ) |
[virtual] |
Open the media stream using the media format.
The default behaviour simply sets the isOpen variable to true.
Reimplemented from OpalMediaStream.
| virtual PBoolean OpalMSRPMediaStream::ReadPacket |
( |
RTP_DataFrame & |
frame | ) |
[virtual] |
Read raw media data from the source media stream. The default behaviour reads from the PChannel object.
Reimplemented from OpalIMMediaStream.
| virtual PBoolean OpalMSRPMediaStream::RequiresPatchThread |
( |
| ) |
const [inline, virtual] |
| void OpalMSRPMediaStream::SetRemoteURL |
( |
const PURL & |
url | ) |
[inline] |
| virtual PBoolean OpalMSRPMediaStream::WritePacket |
( |
RTP_DataFrame & |
frame | ) |
[virtual] |
Write raw media data to the sink media stream. The default behaviour writes to the PChannel object.
Reimplemented from OpalIMMediaStream.
Field Documentation
The documentation for this class was generated from the following file: