Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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).
Syntax
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 Value
This method always returns E_NOTIMPL.
Requirements
| Header | dvdata.h, dvdata.idl |
| Library | Ddvdids.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IDVDStreamControlInfo
IDVDStreamControlInfo::GetRecordingVideoInfo
DVD_ISRC