rtp_callback.hh
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2019 Intel Corporation. All Rights Reserved.
3 
4 #pragma once
5 
6 #include <memory>
7 #include <mutex>
8 #include <queue>
9 #include <time.h>
10 
12 {
13 public:
14  void virtual on_frame(unsigned char* buffer, ssize_t size, struct timeval presentationTime) = 0;
15 
16 };
virtual void on_frame(unsigned char *buffer, ssize_t size, struct timeval presentationTime)=0
GLenum GLfloat * buffer
GLsizeiptr size


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:41