Mp3WriterConfig Constructor (WaveFormat, BE_CONFIG) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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 -> Mp3WriterConfig
Parameters
- InFormat
- Type: WaveFormat
- beconfig
- Type: Ozeki.MediaBE_CONFIG
See Also