| WaveformParamsStartDelay Property  | 
            Gets or sets the time in millisec after the speaker start playing the underlying stream.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic int StartDelay { get; set; }Public Property StartDelay As Integer
	Get
	Set
public:
property int StartDelay {
	int get ();
	void set (int value);
}member StartDelay : int with get, set
Property Value
Type: 
Int32
See Also