| WaveformParamsStreamLengthMultiplier Property  | 
            Gets or sets a multiplier for the length of the allocated stream.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic int StreamLengthMultiplier { get; set; }Public Property StreamLengthMultiplier As Integer
	Get
	Set
public:
property int StreamLengthMultiplier {
	int get ();
	void set (int value);
}member StreamLengthMultiplier : int with get, set
Property Value
Type: 
Int32
See Also