Go to the source code of this file.
Namespaces | |
| namespace | webaudiomonitor::framesync |
Variables | |
| int | webaudiomonitor::framesync.HEADER_CANCEL_MARK = 6 |
| int | webaudiomonitor::framesync.HEADER_DATA_MARK = 0 |
| int | webaudiomonitor::framesync.HEADER_END_MARK = 2 |
| int | webaudiomonitor::framesync.HEADER_EOF_MARK = 10 |
| int | webaudiomonitor::framesync.HEADER_START_MARK = 1 |
| int | webaudiomonitor::framesync.HEADER_TOF_MARK = 9 |
| int | webaudiomonitor::framesync.VAD_DATA_SIZE = 320 |
| webaudiomonitor::framesync.VAD_FRAME_SIZE = VAD_HEADER_SIZE+VAD_DATA_SIZE | |
| int | webaudiomonitor::framesync::VAD_HEADER_SIZE = 4 |
| list | webaudiomonitor::framesync.VALID_HEADER_MARK_LIST |