Click or drag to resize
AudioWriterConfig Constructor (SerializationInfo, StreamingContext)
A constructor with this signature must be implemented by descendants. ISerializable for more information

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected AudioWriterConfig(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo where is the serialized data.
context
Type: System.Runtime.SerializationStreamingContext
The source (see StreamingContext) for this serialization.
See Also