Loading include/media/mediaplayer.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ enum media_error_type { // 'notify' is invoked with the following: // 'notify' is invoked with the following: // 'msg' is set to MEDIA_INFO. // 'msg' is set to MEDIA_INFO. // 'ext1' should be a value from the enum media_info_type. // 'ext1' should be a value from the enum media_info_type. // 'ext2' contains an implementation dependant error code to provide // 'ext2' contains an implementation dependant info code to provide // more details. Should default to 0 when not used. // more details. Should default to 0 when not used. // // // The codes are distributed as follow: // The codes are distributed as follow: Loading Loading
include/media/mediaplayer.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ enum media_error_type { // 'notify' is invoked with the following: // 'notify' is invoked with the following: // 'msg' is set to MEDIA_INFO. // 'msg' is set to MEDIA_INFO. // 'ext1' should be a value from the enum media_info_type. // 'ext1' should be a value from the enum media_info_type. // 'ext2' contains an implementation dependant error code to provide // 'ext2' contains an implementation dependant info code to provide // more details. Should default to 0 when not used. // more details. Should default to 0 when not used. // // // The codes are distributed as follow: // The codes are distributed as follow: Loading