GStreamer Video Analytics (GVA) Plugin
Classes
audio_frame.h File Reference

This file contains GVA::AudioFrame class to control particular inferenced segment and attached GVA::AudioEvent and GVA::Tensor instances. More...

Go to the source code of this file.

Classes

class  GVA::AudioFrame
 This class represents audio frame - object for working with AudioEvent and Tensor objects which belong to this audio frame . AudioEvent describes detected object (segments) and its Tensor objects (inference results on AudioEvent level). Tensor describes inference results on AudioFrame level. AudioFrame also provides access to underlying GstBuffer and GstAudioInfo describing frame's audio information (such as format, channels, etc.). More...
 

Detailed Description

This file contains GVA::AudioFrame class to control particular inferenced segment and attached GVA::AudioEvent and GVA::Tensor instances.