![]() |
My Project
MAC INSTANT SDK
|
Get object of InstantSDKVideoSender to operate the video sender action. More...
#import <InstantSDKVideoSourceHelper.h>
Instance Methods | |
(void) | - sendVideoFrame:width:height:frameLength:rotation: |
For user to send video raw data. More... | |
Get object of InstantSDKVideoSender to operate the video sender action.
- (void) sendVideoFrame: | (char *) | frameBuffer | |
width: | (int) | width | |
height: | (int) | height | |
frameLength: | (int) | frameLength | |
rotation: | (int) | rotation | |
For user to send video raw data.
frameBuffer | YUVI420 buffer. |
width | The width of buffer size. |
height | The height of buffer size. |
frameLength | The lenght of buffer. |
rotation | The rotation of buffer. |