Doxygen Book
edge_common.h File Reference

Common functions for edge sink and src. More...

#include <glib.h>
#include <gst/gst.h>
#include <nnstreamer-edge.h>
Include dependency graph for edge_common.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Common functions for edge sink and src.

Copyright (C) 2022 Samsung Electronics Co., Ltd.

Date
01 Aug 2022
Author
Yechan Choi yecha.nosp@m.n9.c.nosp@m.hoi@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m
See also
http://github.com/nnstreamer/nnstreamer
Bug:
No known bugs

Definition in file edge_common.h.

Macro Definition Documentation

◆ DEFAULT_CONNECT_TYPE

#define DEFAULT_CONNECT_TYPE   (NNS_EDGE_CONNECT_TYPE_TCP)

Definition at line 27 of file edge_common.h.

◆ DEFAULT_HOST

#define DEFAULT_HOST   "localhost"

Definition at line 25 of file edge_common.h.

◆ DEFAULT_PORT

#define DEFAULT_PORT   3000

Definition at line 26 of file edge_common.h.

◆ GST_EDGE_ELEM_NAME_SINK

#define GST_EDGE_ELEM_NAME_SINK   "edgesink"

Definition at line 23 of file edge_common.h.

◆ GST_EDGE_ELEM_NAME_SRC

#define GST_EDGE_ELEM_NAME_SRC   "edgesrc"

Definition at line 24 of file edge_common.h.

◆ GST_EDGE_PACKAGE

#define GST_EDGE_PACKAGE   "GStreamer Edge Plugins"

Definition at line 21 of file edge_common.h.

◆ GST_TYPE_EDGE_CONNECT_TYPE

#define GST_TYPE_EDGE_CONNECT_TYPE   (gst_edge_get_connect_type ())

Definition at line 28 of file edge_common.h.

Function Documentation

◆ gst_edge_get_connect_type()

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.