CImageDisplay::GetDisplayFormat
Microsoft DirectShow 9.0 |
CImageDisplay::GetDisplayFormat
The GetDisplayFormat method retrieves a video format that describes the current display mode.
Syntax
const VIDEOINFO *GetDisplayFormat(void);
Return Value
Returns a pointer to a VIDEOINFO structure.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also