Common functions for edge sink and src. More...
#include <glib.h>
#include <gst/gst.h>
#include <nnstreamer-edge.h>
Go to the source code of this file.
Macros | |
#define | GST_EDGE_PACKAGE "GStreamer Edge Plugins" |
#define | GST_EDGE_ELEM_NAME_SINK "edgesink" |
#define | GST_EDGE_ELEM_NAME_SRC "edgesrc" |
#define | DEFAULT_HOST "localhost" |
#define | DEFAULT_PORT 3000 |
#define | DEFAULT_CONNECT_TYPE (NNS_EDGE_CONNECT_TYPE_TCP) |
#define | GST_TYPE_EDGE_CONNECT_TYPE (gst_edge_get_connect_type ()) |
Functions | |
G_BEGIN_DECLS GType | gst_edge_get_connect_type (void) |
register GEnumValue array for edge protocol property handling More... | |
Common functions for edge sink and src.
Copyright (C) 2022 Samsung Electronics Co., Ltd.
Definition in file edge_common.h.
#define DEFAULT_CONNECT_TYPE (NNS_EDGE_CONNECT_TYPE_TCP) |
Definition at line 27 of file edge_common.h.
#define DEFAULT_HOST "localhost" |
Definition at line 25 of file edge_common.h.
#define DEFAULT_PORT 3000 |
Definition at line 26 of file edge_common.h.
#define GST_EDGE_ELEM_NAME_SINK "edgesink" |
Definition at line 23 of file edge_common.h.
#define GST_EDGE_ELEM_NAME_SRC "edgesrc" |
Definition at line 24 of file edge_common.h.
#define GST_EDGE_PACKAGE "GStreamer Edge Plugins" |
Definition at line 21 of file edge_common.h.
#define GST_TYPE_EDGE_CONNECT_TYPE (gst_edge_get_connect_type ()) |
Definition at line 28 of file edge_common.h.
G_BEGIN_DECLS GType gst_edge_get_connect_type | ( | void | ) |
register GEnumValue array for edge protocol property handling
Definition at line 23 of file edge_common.c.