| BE_CONFIG Constructor (WaveFormat) | 
Initializes a new instance of the 
BE_CONFIG class
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic BE_CONFIG(
	WaveFormat format
)
Public Sub New ( 
	format As WaveFormat
)
public:
BE_CONFIG(
	WaveFormat^ format
)
new : 
        format : WaveFormat -> BE_CONFIGParameters
- format
 - Type: Ozeki.MediaWaveFormat
 
See Also