CaptureDeviceMulticastProviderClientTimeRelativeToSelf Property |
Set to true if the StartTime/EndTime pairs should be recalculated relative to the
WebcamProxyParticipants start time.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool TimeRelativeToSelf { get; set; }
Public Property TimeRelativeToSelf As Boolean
Get
Set
public:
property bool TimeRelativeToSelf {
bool get ();
void set (bool value);
}
member TimeRelativeToSelf : bool with get, set
Property Value
Type:
Boolean
true if time relative to self, false if not.
See Also