RtspPause Methods |
The RtspPause type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteGenericHeader |
Deletes a generic message from the message. A generic header is a header
custom/proprietary header that is not part of the original RTSP specification.
(Inherited from BaseMessage.) |
![]() | DeleteHeader |
Removes header from the message.
(Inherited from BaseMessage.) |
![]() | FindHeader |
Attempts to find a header in the message.
(Inherited from BaseMessage.) |
![]() | GetCSeq |
Helper function that returns the CSeq header in a message.
(Inherited from BaseMessage.) |
![]() | Parse |
Parses a string to an RTSP request.
(Inherited from RtspRequest.) |
![]() | ParseHeader |
Parses a string containing a header and creates a BaseHeader instance from it.
(Inherited from BaseMessage.) |
![]() | ToString |
Convert this object into a string representation.
(Inherited from RtspRequest.) |
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |