Send a video frame to a friend.
Y - plane should be of size: height * width U - plane should be of size: (height/2) * (width/2) V - plane should be of size: (height/2) * (width/2)
friend_number |
The friend number of the friend to which to send a video frame. |
width |
Width of the frame in pixels. |
height |
Height of the frame in pixels. |
y |
Y (Luminance) plane data. |
u |
U (Chroma) plane data. |
v |
V (Chroma) plane data. |