[DEV] start thing on output properties

This commit is contained in:
Edouard DUPIN 2015-03-17 19:25:56 +01:00
parent 7c87f33b2a
commit e534be9bc3

View File

@ -33,11 +33,15 @@ uint8 FORMAT_DOUBLE=10
########## ##########
# timestanp the audio buffer # timestanp the audio buffer
Header header Header header
# source
String sourceName
# source id
uint32 sourceId
# current frequency of the audio interface # current frequency of the audio interface
uint16 frequency uint16 frequency
# channel order of the current buffer # channel order of the current buffer
uint8[] channelMap uint8[] channelMap
# Channel format of the data # Channel format of the data
uint8 channelFormat uint8 channelFormat
# interlaced data of the audio buffer # audio data buffer
uint8[] data uint8[] data