struct tapi_media_player_methods
Methods to operate the server.
#include <tapi_media_player.h> struct tapi_media_player_methods { // fields tapi_media_player_method_play play; tapi_media_player_method_stop stop; tapi_media_player_method_get_errors get_errors; };