Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
ethernet
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
11
class
rtp_callback
12
{
13
public
:
14
void
virtual
on_frame
(
unsigned
char
*
buffer
, ssize_t
size
,
struct
timeval presentationTime) = 0;
15
16
};
rtp_callback::on_frame
virtual void on_frame(unsigned char *buffer, ssize_t size, struct timeval presentationTime)=0
buffer
GLenum GLfloat * buffer
Definition:
glad/glad/glad.h:2067
size
GLsizeiptr size
Definition:
glad/glad/glad.h:2735
rtp_callback
Definition:
rtp_callback.hh:11
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:41