| WaveformParamsDelayedStart Property  | 
            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.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool DelayedStart { get; set; }Public Property DelayedStart As Boolean
	Get
	Set
public:
property bool DelayedStart {
	bool get ();
	void set (bool value);
}member DelayedStart : bool with get, set
Property Value
Type: 
Boolean
See Also