PrimoBurner for .NET
5.0
CD, DVD and Blu-ray Software Development Kit
|
Defines an audio output when reading from an Audio CD. More...
Public Member Functions | |
AudioOutput () | |
Creates an empty AudioOutput instance. | |
virtual object | Clone () |
Creates a deep copy of this object. | |
Properties | |
string | FilePath [get, set] |
Gets/Sets the full path to the file to which AudioCD should write data when reading from an Audio CD. | |
AudioStorageType | Storage [get, set] |
Gets/Sets the audio storage type. | |
System.IO.Stream | Stream [get, set] |
Gets/Sets the audio stream object. | |
Defines an audio output when reading from an Audio CD.
|
virtual |
Creates a deep copy of this object.
|
getset |
Gets/Sets the audio storage type.
If you do not set the audio storage type, the default value of AudioStorage.File will be used.
If the audio output is in a CD Audio format (raw PCM, 44100 Hz, 16-bit, stereo) it is directly written and PrimoBurner is not needed to 'encode' the audio output. The CD Audio format is indicated by the extension (.cd-audio).
|
getset |
Gets/Sets the audio stream object.
Specifies the output stream that should be used for writing audio.
Additionally the Storage property should be set to AudioStorage.Stream.