
Public Member Functions | |
| BDAOutput (access_t *) | |
| ~BDAOutput () | |
| void | Push (block_t *) |
| block_t * | Pop () |
| void | Empty () |
| BDAOutput::BDAOutput | ( | access_t * | p_access | ) |
References vlc_cond_init(), and vlc_mutex_init().
| BDAOutput::~BDAOutput | ( | ) |
References Empty(), vlc_cond_destroy(), and vlc_mutex_destroy().
| void BDAOutput::Push | ( | block_t * | p_block | ) |
References block_ChainLastAppend(), and vlc_cond_signal().
| block_t * BDAOutput::Pop | ( | ) |
| void BDAOutput::Empty | ( | ) |
1.5.6