GenericByteHeader information?

Hiya,

I’m using the LiveContentEvent event for an audio device. In the event handler I get the LiveContentRawEventArgs parameter with the live content as a byte array. According to the documentation the first 32 or 36 bytes of the raw data byte array are a ‘GenericByteHeader (32 or 36) bytes specifying the following frame format and codec’.

Is there any documentation on the ‘GenericByteHeader’ format itself so that I can parse it correctly? I’ve looked through the documentation but cannot find anything.

Look for “The GenericByteData format”

-

http://doc.developer.milestonesys.com/html/index.html?base=mipgenericbytedata/main.html&tree=tree_3.html

That’s great.

Thank you Bo.