IDVDStreamAttributes::GetAudioCount (Windows Embedded CE 6.0)
1/6/2010
This method returns the number of audio streams in the current video object set (VOBS).
Depending on the source of the current VOBS, IDVDStream Attributes::GetAudioCount can return either the video manager menu audio stream count (VMGM_AST_Ns), the video title set menu audio stream count (VTSM_AST_Ns), or the video title set audio stream count (VTS_AST_Ns).
Syntax
HRESULT GetAudioCount(
UINT8* pStreamCount
);
Parameters
- pStreamCount
[out] Pointer to VMGM_AST_Ns, VTSM_AST_Ns, or VTS_AST_Ns, depending on the current VOBS.
Return Value
This method always returns S_OK.
Requirements
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |