libivon 0.1.0
Voice-over-IP library
Loading...
Searching...
No Matches
ivon_audio_output_frame Struct Reference

Mixed audio output frame (copy-out). More...

#include <ivon_audio_types.h>

Public Attributes

int valid
 Non-zero if frame data is valid.
 
int frame_size
 Samples per channel actually written.
 
uint8_t channels
 Number of channels in the output.
 

Detailed Description

Mixed audio output frame (copy-out).

Returned by ivon_audio_try_read_output().

Member Data Documentation

◆ channels

uint8_t ivon_audio_output_frame::channels

Number of channels in the output.

◆ frame_size

int ivon_audio_output_frame::frame_size

Samples per channel actually written.

◆ valid

int ivon_audio_output_frame::valid

Non-zero if frame data is valid.


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