Click or drag to resize
SdpTime Class
Time fields specify the start and stop times for a conference session. Multiple "t=" fields may be used if a session is active at multiple irregularly spaced times; each additional "t=" field specifies an additional period of time for which the session will be active. If the session is active at regular times, an "r=" field (see below) should be used in addition to and following a "t=" field - in which case the "t=" field specifies the start and stop times of the repeat sequence.
Inheritance Hierarchy
SystemObject
  StreamCoders.SdpSdpBaseField
    StreamCoders.SdpSdpTime

Namespace: StreamCoders.Sdp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class SdpTime : SdpBaseField

The SdpTime type exposes the following members.

Constructors
  NameDescription
Public methodSdpTime
Default constructor.
Top
Properties
  NameDescription
Public propertyFieldType
Gets or sets the type of the field.
(Inherited from SdpBaseField.)
Public propertyStartTime
Gets or sets the Start time.
Public propertyStopTime
Gets or sets the Stop time.
Top
Methods
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