Liblinphone
3.10.2
|
Data Fields | |
int(* | open )(struct _LinphonePlayer *player, const char *filename) |
int(* | start )(struct _LinphonePlayer *player) |
int(* | pause )(struct _LinphonePlayer *player) |
int(* | seek )(struct _LinphonePlayer *player, int time_ms) |
MSPlayerState(* | get_state )(struct _LinphonePlayer *player) |
int(* | get_duration )(struct _LinphonePlayer *player) |
int(* | get_position )(struct _LinphonePlayer *player) |
void(* | close )(struct _LinphonePlayer *player) |
void(* | destroy )(struct _LinphonePlayer *player) |
LinphonePlayerEofCallback | cb |
void * | user_data |
void * | impl |