Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 2.89 KB

nf-imapi-iredbookdiscmaster-createaudiotrack.md

File metadata and controls

77 lines (60 loc) · 2.89 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:imapi.IRedbookDiscMaster.CreateAudioTrack
IRedbookDiscMaster::CreateAudioTrack (imapi.h)
Begins staging a new audio track. It can be called only when there are no open audio tracks in the image.
CreateAudioTrack
CreateAudioTrack method [IMAPI]
CreateAudioTrack method [IMAPI]
IRedbookDiscMaster interface
IRedbookDiscMaster interface [IMAPI]
CreateAudioTrack method
IRedbookDiscMaster.CreateAudioTrack
IRedbookDiscMaster::CreateAudioTrack
_win32_iredbookdiscmaster_createaudiotrack
base.iredbookdiscmaster_createaudiotrack
imapi.iredbookdiscmaster_createaudiotrack
imapi/IRedbookDiscMaster::CreateAudioTrack
imapi\iredbookdiscmaster_createaudiotrack.htm
imapi
b0300cd8-08e9-434e-9c1b-c33a19148e7e
12/05/2018
CreateAudioTrack, CreateAudioTrack method [IMAPI], CreateAudioTrack method [IMAPI],IRedbookDiscMaster interface, IRedbookDiscMaster interface [IMAPI],CreateAudioTrack method, IRedbookDiscMaster.CreateAudioTrack, IRedbookDiscMaster::CreateAudioTrack, _win32_iredbookdiscmaster_createaudiotrack, base.iredbookdiscmaster_createaudiotrack, imapi.iredbookdiscmaster_createaudiotrack, imapi/IRedbookDiscMaster::CreateAudioTrack
imapi.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Uuid.lib
Actxprxy.dll
Windows
19H1
IRedbookDiscMaster::CreateAudioTrack
imapi/IRedbookDiscMaster::CreateAudioTrack
c++
APIRef
kbSyntax
COM
Actxprxy.dll
IRedbookDiscMaster.CreateAudioTrack

IRedbookDiscMaster::CreateAudioTrack

-description

Begins staging a new audio track. It can be called only when there are no open audio tracks in the image.

-parameters

-param nBlocks [in]

Number of audio blocks to be added to this track. You can create up to 99 tracks, and the open track may consume all remaining available audio blocks.

The nBlocks parameter is advisory only. It does not force the track length to this size.

-returns

S_OK is returned on success, but other success codes may be returned as a result of implementation. The following error codes are commonly returned on operation failure, but do not represent the only possible error values:

-remarks

After the track is open, use the AddAudioTrackBlocks method to add data to the track.

-see-also

IRedbookDiscMaster