Click or drag to resize

SDPTime Class

Specify the start and stop times for a session
Inheritance Hierarchy
SystemObject
  Ozeki.MediaSDPField
    Ozeki.MediaSDPTime

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class SDPTime : SDPField

The SDPTime type exposes the following members.

Constructors
  NameDescription
Public methodSDPTime
Initializes a new instance of the SDPTime class
Public methodSDPTime(UInt64, UInt64)
Initializes a new instance of the SDPTime class
Top
Properties
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodPrintSDPData
time-field = "t=" start-time SP stop-time crlf *(repeat-fields crlf))
(Overrides SDPFieldPrintSDPData.)
Public methodSetTimeZone
Top
Remarks
RFC 4566 - 5.9
See Also