 Declaration Syntax
 Declaration Syntax| C# | 
public class AudioParameters
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AudioParameters()()()() | Initializes a new instance of the AudioParameters class | 
|  | BitRate | 
            Gets and sets the property BitRate. 
             The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive. | 
|  | Channels | 
            Gets and sets the property Channels. 
             The number of audio channels in the output file. Valid values include: 
 
            If you specify  | 
|  | Codec | 
            Gets and sets the property Codec. 
             
            The audio codec for the output file. Valid values include  | 
|  | CodecOptions | 
            Gets and sets the property CodecOptions. 
             
            If you specified  
 
            If you specify  | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | SampleRate | 
            Gets and sets the property SampleRate. 
             The sample rate of the audio stream in the output file, in Hertz. Valid values include: 
 
            If you specify  | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithBitRate(String) | Obsolete. 
            Sets the BitRate property
             | 
|  | WithChannels(String) | Obsolete. 
            Sets the Channels property
             | 
|  | WithCodec(String) | Obsolete. 
            Sets the Codec property
             | 
|  | WithCodecOptions(AudioCodecOptions) | Obsolete. 
            Sets the CodecOptions property
             | 
|  | WithSampleRate(String) | Obsolete. 
            Sets the SampleRate property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AudioParameters | 
 Copy
Copy