|
Pepper_47_C_interfaces
|
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_completion_callback.h"#include "ppapi/c/pp_instance.h"#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_resource.h"#include "ppapi/c/pp_stdint.h"#include "ppapi/c/pp_time.h"#include "ppapi/c/pp_var.h"#include "ppapi/c/private/pp_video_frame_private.h"
Go to the source code of this file.
Classes | |
| struct | PPB_VideoDestination_Private_0_1 |
Macros | |
| #define | PPB_VIDEODESTINATION_PRIVATE_INTERFACE_0_1 "PPB_VideoDestination_Private;0.1" |
| #define | PPB_VIDEODESTINATION_PRIVATE_INTERFACE PPB_VIDEODESTINATION_PRIVATE_INTERFACE_0_1 |
Typedefs | |
| typedef struct PPB_VideoDestination_Private_0_1 | PPB_VideoDestination_Private |
This file defines the PPB_VideoDestination_Private interface for a video destination resource, which sends video frames to a MediaStream video track in the browser.
Definition in file ppb_video_destination_private.h.
| #define PPB_VIDEODESTINATION_PRIVATE_INTERFACE PPB_VIDEODESTINATION_PRIVATE_INTERFACE_0_1 |
Definition at line 25 of file ppb_video_destination_private.h.
| #define PPB_VIDEODESTINATION_PRIVATE_INTERFACE_0_1 "PPB_VideoDestination_Private;0.1" |
Definition at line 23 of file ppb_video_destination_private.h.
1.8.6