Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
EncodeFormats.PVF.EncodeMode property 
 
Type
[Visual Basic] 
Public Property EncodeMode As enumPVFEncodeModes
 
[C#] 
public enumPVFEncodeModes EncodeMode {get; set;}
 
[C++] 
public: __property enumPVFEncodeModes get_EncodeMode(); 
public: __property void set_EncodeMode(enumPVFEncodeModes);
 
 
Remarks
The Portable Voice Format encoding mode used during recording, exporting or CD ripping sessions. 
Supported values are the following: 
Mnemonic Value
Numeric value
Meaning
PVF_ENCODE_PCM_S8
0
PVF PCM 8 bits Signed
PVF_ENCODE_PCM_S16
1
PVF PCM 16 bits Signed
PVF_ENCODE_PCM_S32
2
PVF PCM 32 bits Signed
 
This property is used only in the following situations: 
  • During a recording session if the EncodeFormats.ForRecording property is set to ENCODING_FORMAT_PVF (for further details see the How to perform a recording session section). 
  • During a CD ripping session if the EncodeFormats.ForCdRipping property is set to ENCODING_FORMAT_PVF (for further details see the How to perform a CD ripping session section). 
  • During an exporting session if the EncodeFormats.ForExporting property is set to ENCODING_FORMAT_PVF (for further details see the How to export a recorded sound section). 
  •  
    For further details about using the Portable Voice Format refer to the EncodePVF class section. 
    For further information about available encoding formats see the EncodeFormatsMan class.
     
     
     
     
     
     
     
     
    Copyright © 2006 - 2008 MultiMedia Soft 
    Return to Table of contents