Definition at line 61 of file swf.c.
Public Attributes | |
| int | audio_stream_index |
| offset_t | duration_pos |
| offset_t | tag_pos |
| int | samples_per_frame |
| int | sound_samples |
| int | swf_frame_number |
| int | video_frame_number |
| int | frame_rate |
| int | tag |
| uint8_t | audio_fifo [AUDIO_FIFO_SIZE] |
| int | audio_in_pos |
| int | video_type |
| int | audio_type |
Definition at line 66 of file swf.c.
Referenced by swf_read_header(), swf_read_packet(), and swf_write_header().
Definition at line 67 of file swf.c.
Referenced by swf_write_audio(), swf_write_header(), and swf_write_video().
Definition at line 68 of file swf.c.
Referenced by swf_write_audio(), swf_write_header(), and swf_write_video().
| int SWFContext::tag |
| uint8_t SWFContext::audio_fifo[AUDIO_FIFO_SIZE] |
Definition at line 74 of file swf.c.
Referenced by swf_write_audio(), swf_write_header(), and swf_write_video().
Definition at line 76 of file swf.c.
Referenced by swf_write_audio(), swf_write_header(), and swf_write_video().
1.5.5