Graft host pipeline C surface
icy_pipeline_api
icy_pipeline_api
#include <icy/graft/host/pipeline.h>struct icy_pipeline_apiDefined in src/graft/include/icy/graft/host/pipeline.h:46
List of all members
| Name | Kind | Owner |
|---|---|---|
abi_version | variable | Declared here |
struct_size | variable | Declared here |
create | variable | Declared here |
destroy | variable | Declared here |
attach_rtsp_source | variable | Declared here |
attach_webrtc_sender | variable | Declared here |
start | variable | Declared here |
stop | variable | Declared here |
last_error | variable | Declared here |
Public Attributes
| Return | Name | Description |
|---|---|---|
uint32_t | abi_version | |
uint32_t | struct_size | |
icy_graft_status_t(* | create | |
void(* | destroy | |
icy_graft_status_t(* | attach_rtsp_source | |
icy_graft_status_t(* | attach_webrtc_sender | |
icy_graft_status_t(* | start | |
icy_graft_status_t(* | stop | |
const char *(* | last_error |
abi_version
uint32_t abi_versionDefined in src/graft/include/icy/graft/host/pipeline.h:48
struct_size
uint32_t struct_sizeDefined in src/graft/include/icy/graft/host/pipeline.h:49
create
icy_graft_status_t(* createDefined in src/graft/include/icy/graft/host/pipeline.h:51
destroy
void(* destroyDefined in src/graft/include/icy/graft/host/pipeline.h:52
attach_rtsp_source
icy_graft_status_t(* attach_rtsp_sourceDefined in src/graft/include/icy/graft/host/pipeline.h:54
attach_webrtc_sender
icy_graft_status_t(* attach_webrtc_senderDefined in src/graft/include/icy/graft/host/pipeline.h:55
start
icy_graft_status_t(* startDefined in src/graft/include/icy/graft/host/pipeline.h:59
stop
icy_graft_status_t(* stopDefined in src/graft/include/icy/graft/host/pipeline.h:60
last_error
const char *(* last_errorDefined in src/graft/include/icy/graft/host/pipeline.h:62
