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: 10.4.54.0
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
Int32
See Also