| Mp3WriterConfig Constructor (WaveFormat, BE_CONFIG) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic Mp3WriterConfig(
	WaveFormat InFormat,
	BE_CONFIG beconfig
)
Public Sub New ( 
	InFormat As WaveFormat,
	beconfig As BE_CONFIG
)
public:
Mp3WriterConfig(
	WaveFormat^ InFormat, 
	BE_CONFIG^ beconfig
)
new : 
        InFormat : WaveFormat * 
        beconfig : BE_CONFIG -> Mp3WriterConfigParameters
- InFormat
 - Type: Ozeki.MediaWaveFormat
 - beconfig
 - Type: Ozeki.MediaBE_CONFIG
 
See Also