ZennoLab Assemblies Documentation
AudioContextSeed Property
Example 
ZennoLab.CommandCenter Namespace > Instance Class : AudioContextSeed Property
Gets or set the seed string for generating fake audio context. AudioContext emulation works only if AudioContextMode sets to Emulate
Syntax
public string AudioContextSeed {get; set;}

Property Value

Type: System.String

Audio context seed.

Remarks

Example
The following code example uses the AudioContextSeed property.
instance.AudioContextMode = ZennoLab.InterfacesLibrary.Enums.Browser.AudioMode.Emulate;
instance.AudioContextSeed = "0.0004817737;0.0008047798";
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Instance Class
Instance Members