view access_mpcontext.h @ 23721:bf545b65d688

r23687: Implemented tv://[<channel>][/<input_id>] url syntax r23714: roff fix (new line for new sentence) r23718: small grammar fix fix untranslated word
author voroshil
date Sun, 08 Jul 2007 03:29:23 +0000
parents a7e5b99ac083
children afead6ecb8ba
line wrap: on
line source

struct MPContext;
void *mpctx_get_video_out(struct MPContext *mpctx);
void *mpctx_get_audio_out(struct MPContext *mpctx);
void *mpctx_get_playtree_iter(struct MPContext *mpctx);
void *mpctx_get_mixer(struct MPContext *mpctx);
int mpctx_get_global_sub_size(struct MPContext *mpctx);