Microsoft DirectX 9.0 |
The get_Interleaving method retrieves the audio preroll time and the frequency of the interleaving.
Syntax
HRESULT get_Interleaving(
REFERENCE_TIME *prtInterleave,
REFERENCE_TIME *prtPreroll
);
Parameters
prtInterleave
[out] Pointer to the frequency of the streams in the file, in 100-nanosecond units.
prtPreroll
[out] Pointer to the audio preroll, in 100-nanosecond units.
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
See Also