Doxygen Book
edge_sink.h File Reference

Publish incoming streams. More...

#include <gst/gst.h>
#include <gst/base/gstbasesink.h>
#include "edge_common.h"
#include <nnstreamer-edge.h>
#include "nnstreamer_log.h"
#include "nnstreamer_plugin_api.h"
#include "tensor_typedef.h"
Include dependency graph for edge_sink.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GstEdgeSink
 GstEdgeSink data structure. More...
 
struct  _GstEdgeSinkClass
 GstEdgeSinkClass data structure. More...
 

Macros

#define GST_TYPE_EDGESINK   (gst_edgesink_get_type())
 
#define GST_EDGESINK(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_EDGESINK,GstEdgeSink))
 
#define GST_EDGESINK_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_EDGESINK,GstEdgeSinkClass))
 
#define GST_IS_EDGESINK(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_EDGESINK))
 
#define GST_IS_EDGESINK_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_EDGESINK))
 
#define GST_EDGESINK_CAST(obj)   ((GstEdgeSink *)(obj))
 

Typedefs

typedef struct _GstEdgeSink GstEdgeSink
 
typedef struct _GstEdgeSinkClass GstEdgeSinkClass
 

Functions

GType gst_edgesink_get_type (void)
 

Detailed Description

Publish incoming streams.

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

Macro Definition Documentation

◆ GST_EDGESINK

#define GST_EDGESINK (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_EDGESINK,GstEdgeSink))

Definition at line 27 of file edge_sink.h.

◆ GST_EDGESINK_CAST

#define GST_EDGESINK_CAST (   obj)    ((GstEdgeSink *)(obj))

Definition at line 35 of file edge_sink.h.

◆ GST_EDGESINK_CLASS

#define GST_EDGESINK_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_EDGESINK,GstEdgeSinkClass))

Definition at line 29 of file edge_sink.h.

◆ GST_IS_EDGESINK

#define GST_IS_EDGESINK (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_EDGESINK))

Definition at line 31 of file edge_sink.h.

◆ GST_IS_EDGESINK_CLASS

#define GST_IS_EDGESINK_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_EDGESINK))

Definition at line 33 of file edge_sink.h.

◆ GST_TYPE_EDGESINK

#define GST_TYPE_EDGESINK   (gst_edgesink_get_type())

Definition at line 25 of file edge_sink.h.

Typedef Documentation

◆ GstEdgeSink

typedef struct _GstEdgeSink GstEdgeSink

Definition at line 36 of file edge_sink.h.

◆ GstEdgeSinkClass

Definition at line 37 of file edge_sink.h.

Function Documentation

◆ gst_edgesink_get_type()

GType gst_edgesink_get_type ( void  )