Click or drag to resize

WaveformParams Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaWaveformParams

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class WaveformParams

The WaveformParams type exposes the following members.

Constructors
 NameDescription
Public methodWaveformParamsInitializes a new instance of the WaveformParams class
Top
Properties
 NameDescription
Public propertyBufferLatency Gets or sets the latency between buffers.
Public propertyBuffersNum Gets or sets the number of buffers will be allocated for the speaker.
Public propertyDelayedStart 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.
Public propertyStartDelay Gets or sets the time in millisec after the speaker start playing the underlying stream.
Public propertyStreamLengthMultiplier Gets or sets a multiplier for the length of the allocated stream.
Top
See Also