| | |
| | | MS2_PUBLIC void * ms_media_player_get_window_id(const MSMediaPlayer *obj); |
| | | |
| | | /** |
| | | * Set the window ID |
| | | * @param obj The player |
| | | * @param window_id the window ID |
| | | */ |
| | | MS2_PUBLIC void ms_media_player_set_window_id(MSMediaPlayer *obj, void* window_id); |
| | | |
| | | /** |
| | | * Set the "End of File" callback |
| | | * @param obj The player |
| | | * @param cb Function to call |
| | |
| | | */ |
| | | MS2_PUBLIC MSFileFormat ms_media_player_get_file_format(const MSMediaPlayer *obj); |
| | | |
| | | /** |
| | | * Returns whether the file has video and if it can be displayed |
| | | * @param obj The player |
| | | * @return TRUE if file has video and it can be displayed, FALSE otherwise |
| | | */ |
| | | MS2_PUBLIC bool_t ms_media_player_get_is_video_available(MSMediaPlayer *obj); |
| | | |
| | | #ifdef __cplusplus |
| | | } |
| | | #endif |