TeamTalk 5 .NET DLL
Version 5.11A
|
A struct containing the properties of a shared desktop window. More...
Public Attributes | |
int | nWidth |
The width in pixels of the bitmap. More... | |
int | nHeight |
The height in pixels of the bitmap. More... | |
BitmapFormat | bmpFormat |
The format of the bitmap. More... | |
int | nBytesPerLine |
The number of bytes for each scan-line in the bitmap. Zero means 4-byte aligned. More... | |
int | nSessionID |
The ID of the session which the bitmap belongs to. If the session ID changes it means the user has started a new session. This e.g. happens if the desktop session has been closed and restart or if the bitmap has been resized. Set nSessionID to 0 if the desktop window is used with TeamTalkBase.SendDesktopWindow(). More... | |
DesktopProtocol | nProtocol |
The desktop protocol used for transmitting the desktop window. More... | |
IntPtr | frameBuffer |
A buffer pointing to the bitmap data (often refered to as Scan0). More... | |
int | nFrameBufferSize |
The size in bytes of the buffer allocate in frameBuffer. Typically nBytesPerLine * nHeight . More... | |
A struct containing the properties of a shared desktop window.
The desktop window is a description of the bitmap which can be retrieved using TeamTalkBase.AcquireUserDesktopWindow() or the bitmap which should be transmitted using TeamTalkBase.SendDesktopWindow().
Definition at line 760 of file TeamTalk.cs.
int BearWare.DesktopWindow.nWidth |
The width in pixels of the bitmap.
Definition at line 763 of file TeamTalk.cs.
int BearWare.DesktopWindow.nHeight |
The height in pixels of the bitmap.
Definition at line 765 of file TeamTalk.cs.
BitmapFormat BearWare.DesktopWindow.bmpFormat |
The format of the bitmap.
Definition at line 767 of file TeamTalk.cs.
int BearWare.DesktopWindow.nBytesPerLine |
The number of bytes for each scan-line in the bitmap. Zero means 4-byte aligned.
Definition at line 770 of file TeamTalk.cs.
int BearWare.DesktopWindow.nSessionID |
The ID of the session which the bitmap belongs to. If the session ID changes it means the user has started a new session. This e.g. happens if the desktop session has been closed and restart or if the bitmap has been resized. Set nSessionID
to 0 if the desktop window is used with TeamTalkBase.SendDesktopWindow().
Definition at line 777 of file TeamTalk.cs.
DesktopProtocol BearWare.DesktopWindow.nProtocol |
The desktop protocol used for transmitting the desktop window.
Definition at line 779 of file TeamTalk.cs.
IntPtr BearWare.DesktopWindow.frameBuffer |
A buffer pointing to the bitmap data (often refered to as Scan0).
Definition at line 781 of file TeamTalk.cs.
int BearWare.DesktopWindow.nFrameBufferSize |
The size in bytes of the buffer allocate in frameBuffer. Typically nBytesPerLine
* nHeight
.
Definition at line 784 of file TeamTalk.cs.