Click or drag to resize
InterleaveSliceArrivalTime Property
Gets or sets the Arrival-time of the packet.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public DateTime ArrivalTime { get; set; }

Property Value

Type: DateTime
The time the slice was created by the InterleaveBuffer.ParseData function.
See Also