player_audio_sample_rec_req Struct Reference

Player audio sample record request. More...

#include <player_interfaces.h>

Collaboration diagram for player_audio_sample_rec_req:
Collaboration graph

Detailed Description

Player audio sample record request.

Request to record a sample and store it locally.

Public Attributes

int32_t index
 Index to store at (-1 for next available). More...
 
uint32_t length
 Length of sample to record in ms. More...
 

Member Data Documentation

◆ index

int32_t player_audio_sample_rec_req::index

Index to store at (-1 for next available).

Ack will contain actual index stored at.

Referenced by Alsa::Main().

◆ length

uint32_t player_audio_sample_rec_req::length

Length of sample to record in ms.

Referenced by Alsa::Main().


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