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: 10.3.183.0
Syntaxprotected AudioWriterConfig(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
AudioWriterConfig(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> AudioWriterConfig
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