Click or drag to resize

AudioWriterConfig Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaAudioWriterConfig
    Ozeki.MediaMp3WriterConfig

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
[SerializableAttribute]
public class AudioWriterConfig : ISerializable

The AudioWriterConfig type exposes the following members.

Constructors
 NameDescription
Public methodAudioWriterConfigInitializes a new instance of the AudioWriterConfig class
Public methodAudioWriterConfig(WaveFormat)Initializes a new instance of the AudioWriterConfig class
Protected methodAudioWriterConfig(SerializationInfo, StreamingContext) A constructor with this signature must be implemented by descendants. ISerializable for more information
Top
Properties
 NameDescription
Public propertyFormat 
Top
Methods
 NameDescription
Public methodGetObjectData 
Top
Fields
 NameDescription
Protected fieldm_Format 
Top
See Also