UniMRCP  1.7.0
Data Fields
mpf_audio_stream_t Struct Reference

#include <mpf_stream.h>

Collaboration diagram for mpf_audio_stream_t:
Collaboration graph
[legend]

Data Fields

void * obj
 
const mpf_audio_stream_vtable_tvtable
 
mpf_termination_ttermination
 
const mpf_stream_capabilities_tcapabilities
 
mpf_stream_direction_e direction
 
mpf_codec_descriptor_trx_descriptor
 
mpf_codec_descriptor_trx_event_descriptor
 
mpf_codec_descriptor_ttx_descriptor
 
mpf_codec_descriptor_ttx_event_descriptor
 

Detailed Description

Audio stream

Field Documentation

◆ capabilities

const mpf_stream_capabilities_t* mpf_audio_stream_t::capabilities

Stream capabilities

◆ direction

mpf_stream_direction_e mpf_audio_stream_t::direction

Stream direction send/receive (bitmask of mpf_stream_direction_e)

◆ obj

void* mpf_audio_stream_t::obj

External object

◆ rx_descriptor

mpf_codec_descriptor_t* mpf_audio_stream_t::rx_descriptor

Rx codec descriptor

◆ rx_event_descriptor

mpf_codec_descriptor_t* mpf_audio_stream_t::rx_event_descriptor

Rx event descriptor

◆ termination

mpf_termination_t* mpf_audio_stream_t::termination

Back pointer

◆ tx_descriptor

mpf_codec_descriptor_t* mpf_audio_stream_t::tx_descriptor

Tx codec descriptor

◆ tx_event_descriptor

mpf_codec_descriptor_t* mpf_audio_stream_t::tx_event_descriptor

Tx event descriptor

◆ vtable

const mpf_audio_stream_vtable_t* mpf_audio_stream_t::vtable

Table of virtual methods


The documentation for this struct was generated from the following file: