This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | stream_header_video |
| struct | stream_header_audio |
| struct | stream_header |
| struct | old_stream_header |
Defines | |
| #define | PACKET_TYPE_HEADER 0x01 |
| Some defines from OggDS. | |
| #define | PACKET_TYPE_COMMENT 0x03 |
| #define | PACKET_TYPE_BITS 0x07 |
| #define | PACKET_LEN_BITS01 0xc0 |
| #define | PACKET_LEN_BITS2 0x02 |
| #define | PACKET_IS_SYNCPOINT 0x08 |
| #define PACKET_IS_SYNCPOINT 0x08 |
Definition at line 122 of file ogmstreams.h.
Referenced by camogm_audio_ogm_push(), and sendImageFrame().
| #define PACKET_LEN_BITS01 0xc0 |
Definition at line 120 of file ogmstreams.h.
| #define PACKET_LEN_BITS2 0x02 |
Definition at line 121 of file ogmstreams.h.
| #define PACKET_TYPE_BITS 0x07 |
Definition at line 119 of file ogmstreams.h.
| #define PACKET_TYPE_COMMENT 0x03 |
Definition at line 118 of file ogmstreams.h.
Referenced by camogm_audio_init(), and camogm_start_ogm().
| #define PACKET_TYPE_HEADER 0x01 |
1.5.1