Share via


IConfigInterleaving::get_Interleaving

 
Microsoft DirectShow 9.0

IConfigInterleaving::get_Interleaving

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.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also