struct GstGVAAudioEventMeta#

Overview#

Extra buffer metadata describing an audio frame event details. More…

#include <gva_audio_event_meta.h>

struct GstGVAAudioEventMeta {
    // fields

    GstMeta meta;
    GQuark event_type;
    gint id;
    gulong start_timestamp;
    gulong end_timestamp;
    GList* params;
};

Detailed Documentation#

Extra buffer metadata describing an audio frame event details.

Fields#

GstMeta meta

Parent #GstMeta

GQuark event_type

GQuark describing the semantic of the AudioEvent (f.i. a Sound, a Speech, Silence)

gint id

Identifier of this particular event

gulong start_timestamp

Start time stamp of the segment

gulong end_timestamp

End time stamp of the segment

GList* params

List of #GstStructure containing element-specific params for downstream, see gst_gva_audio_event_meta_add_param().