Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains statistics for the RemoteFX media redirection bitmap renderer.
Syntax
typedef struct __BITMAP_RENDERER_STATISTICS {
DWORD dwFramesDelivered;
DWORD dwFramesDropped;
} BITMAP_RENDERER_STATISTICS, *PBITMAP_RENDERER_STATISTICS;
Members
dwFramesDelivered
The number of frames delivered.
dwFramesDropped
The number of frames dropped.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | tsvirtualchannels.h |