.. index:: pair: struct; GstGVAAudioEventMeta .. _doxid-struct_gst_g_v_a_audio_event_meta: struct GstGVAAudioEventMeta =========================== .. toctree:: :hidden: Overview ~~~~~~~~ Extra buffer metadata describing an audio frame event details. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct GstGVAAudioEventMeta { // fields GstMeta :ref:`meta`; GQuark :ref:`event_type`; gint :ref:`id`; gulong :ref:`start_timestamp`; gulong :ref:`end_timestamp`; GList* :ref:`params`; }; .. _details-struct_gst_g_v_a_audio_event_meta: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Extra buffer metadata describing an audio frame event details. Fields ------ .. index:: pair: variable; meta .. _doxid-struct_gst_g_v_a_audio_event_meta_1aa9e75d536dc0b26bdcd4a5244b39ff73: .. ref-code-block:: cpp :class: doxyrest-title-code-block GstMeta meta Parent #GstMeta .. index:: pair: variable; event_type .. _doxid-struct_gst_g_v_a_audio_event_meta_1a0dacfefbf7225e0debd793de5411d32e: .. ref-code-block:: cpp :class: doxyrest-title-code-block GQuark event_type GQuark describing the semantic of the AudioEvent (f.i. a Sound, a Speech, Silence) .. index:: pair: variable; id .. _doxid-struct_gst_g_v_a_audio_event_meta_1a90f4a9a1ed5700bda3c9347cf9328400: .. ref-code-block:: cpp :class: doxyrest-title-code-block gint id Identifier of this particular event .. index:: pair: variable; start_timestamp .. _doxid-struct_gst_g_v_a_audio_event_meta_1a69e2d1983f3351a0d1e12925ab218037: .. ref-code-block:: cpp :class: doxyrest-title-code-block gulong start_timestamp Start time stamp of the segment .. index:: pair: variable; end_timestamp .. _doxid-struct_gst_g_v_a_audio_event_meta_1a0be03e85ec272ab042d116c900645384: .. ref-code-block:: cpp :class: doxyrest-title-code-block gulong end_timestamp End time stamp of the segment .. index:: pair: variable; params .. _doxid-struct_gst_g_v_a_audio_event_meta_1a1842127f10abe2ca8850864a7b350e1f: .. ref-code-block:: cpp :class: doxyrest-title-code-block GList* params List of #GstStructure containing element-specific params for downstream, see :ref:`gst_gva_audio_event_meta_add_param() `.