#include <a52a_syncword.h>
Public Methods | |
| A52A_SYNCWORD () | |
| Initialise a new syncword. | |
| void | print () |
| Print a syncword (debug function). | |
| ULONGLONG | search (istream &f, ULONGLONG pos, int x=0) |
| Search a syncword. | |
This class represents one syncword.
Definition at line 14 of file a52a_syncword.h.
|
|
Initialise a new syncword. A SYNCWORD has a constant value. Definition at line 31 of file a52a_syncword.h. |
|
|
Print a syncword (debug function). Print a SYNCWORD. Definition at line 39 of file a52a_syncword.h. |
|
||||||||||||||||
|
Search a syncword. Search a SYNCWORD, starting from position pos. The value of x determines the behaviour of this function.
Definition at line 54 of file a52a_syncword.h. |
1.2.18