Click or drag to resize
RtspPlay Class
The Play method tells the server to start sending data via the mechanism specified in Setup. A client MUST NOT issue a Play request until any outstanding Setup requests have been acknowledged as successful.
The Play request positions the normal play time to the beginning of the range specified and delivers stream data until the end of the range is reached. Play requests may be pipelined (queued); a server MUST queue Play requests to be executed in order. That is, a Play request arriving while a previous Play request is still active is delayed until the first has been completed.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspBaseMessage
    StreamCoders.RtspRtspRequest
      StreamCoders.RtspRtspPlay

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class RtspPlay : RtspRequest

The RtspPlay type exposes the following members.

Constructors
  NameDescription
Public methodRtspPlay
Default constructor.
Public methodRtspPlay(Url)
Constructor. Initializes the Request with valid Request Header.
Top
Properties
  NameDescription
Public propertyHasMessageContent
Gets or sets a value indicating whether this object has content.
(Inherited from BaseMessage.)
Public propertyMessageType
Gets or sets the type of the message.
(Inherited from BaseMessage.)
Public propertyMethodInfo
Gets or sets the type of the method.
(Inherited from RtspRequest.)
Public propertyRequestLine
Gets or sets the request line.
(Inherited from RtspRequest.)
Public propertySdp
Gets or sets the SDP message appendix.
(Inherited from RtspRequest.)
Top
Methods
  NameDescription
Public methodDeleteGenericHeader
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.)
Public methodDeleteHeader
Removes header from the message.
(Inherited from BaseMessage.)
Public methodFindHeader
Attempts to find a header in the message.
(Inherited from BaseMessage.)
Public methodGetCSeq
Helper function that returns the CSeq header in a message.
(Inherited from BaseMessage.)
Public methodParse
Parses a string to an RTSP request.
(Inherited from RtspRequest.)
Public methodParseHeader
Parses a string containing a header and creates a BaseHeader instance from it.
(Inherited from BaseMessage.)
Public methodToString
Convert this object into a string representation.
(Inherited from RtspRequest.)
Top
Fields
  NameDescription
Public fieldGenericHeaders (Inherited from BaseMessage.)
Public fieldHeaders (Inherited from BaseMessage.)
Public fieldStringHeaders (Inherited from BaseMessage.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also