SIP Endpoint SDK for OS X
|
#import <GSVideoStream.h>
Public Member Functions | |
(id) | - initWithWindow:renderer:zOrder:left:top:right:bottom: |
Properties | |
NSWindow * | window |
void * | renderer |
unsigned int | zOrder |
float | left |
float | top |
float | right |
float | bottom |
Video stream settings
Definition at line 13 of file GSVideoStream.h.
|
readwritenonatomicretain |
Window object where the sdk video will be shown For outgoing video this is the preview window. For incoming, it's the remote video window. If null, video display will not be handled by the framework.
Definition at line 15 of file GSVideoStream.h.