Ozeki VoIP SDK Class library
DelayedStart Property
NamespacesOzeki.Media.AudioWaveformParamsDelayedStart
Gets or sets a boolean value indicating whether the speaker will play the underlying stream immediately. If set to true, the playing will be started after a specified millisec defined in StartDelay.
Declaration Syntax
C#Visual BasicVisual C++
public bool DelayedStart { get; set; }
Public Property DelayedStart As Boolean
	Get
	Set
public:
property bool DelayedStart {
	bool get ();
	void set (bool value);
}
Property Value

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290