IFileSystemImageSetMaxMediaBlocksFromDevice Method |
Namespace:
IMAPI2
Assembly:
CSAudioCDBurner (in CSAudioCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxvoid SetMaxMediaBlocksFromDevice(
IDiscRecorder2 discRecorder
)
Sub SetMaxMediaBlocksFromDevice (
discRecorder As IDiscRecorder2
)
Dim instance As IFileSystemImage
Dim discRecorder As IDiscRecorder2
instance.SetMaxMediaBlocksFromDevice(discRecorder)
abstract SetMaxMediaBlocksFromDevice :
discRecorder : IDiscRecorder2 -> unit
void SetMaxMediaBlocksFromDevice(
IDiscRecorder2 discRecorder
)
function SetMaxMediaBlocksFromDevice(
discRecorder : IDiscRecorder2
)
function SetMaxMediaBlocksFromDevice(discRecorder);
Parameters
- discRecorder
- Type: IMAPI2IDiscRecorder2
See Also