Windows Media Format SDK banner art
PreviousNext

IWMVideoMediaProps::GetMaxKeyFrameSpacing

The GetMaxKeyFrameSpacing method retrieves the maximum interval between key frames.

Syntax

HRESULT GetMaxKeyFrameSpacing(
  LONGLONG*  pllTime
);

Parameters

  pllTime

[out]  Specifies the key frame spacing time in 100-nanosecond (ns) units.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Return code Meaning
E_POINTER The pllTime parameter is NULL.

Remarks

For more information, see the Remarks section of SetMaxKeyFrameSpacing.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.