PlayoutBufferPlayoutStartTime Property |
This is the relative seek start time. By default this will be 0.0.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public double PlayoutStartTime { get; set; }
Public Property PlayoutStartTime As Double
Get
Set
public:
property double PlayoutStartTime {
double get ();
void set (double value);
}
member PlayoutStartTime : float with get, set
Property Value
Type:
Double
The time of the playout start.
See Also