IDVDStreamControlInfo::GetRecordingAudioInfo
This method reads the recording information (RECI) for the current video object unit (VOBU) and returns the ISRC information for a specified audio stream (ISRC_An).
HRESULT GetRecordingAudioInfo(
UINT8 stream,
DVD_ISRC* pAudio
);
Parameters
- stream
[in] Specified audio stream number in the range form 0 to 7. - pAudio
[out] Pointer to a DVD_ISRC structure containing the ISRC_An for the current VOBU's audio stream specified by stream.
Return Values
This method always returns E_NOTIMPL.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.
See Also
IDVDStreamControlInfo | IDVDStreamControlInfo::GetRecordingVideoInfo | DVD_ISRC
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.