@@ -942,6 +942,227 @@ var RawControlApis = {
942942 ]
943943 }
944944 } ,
945+ MediaElementAdapter : {
946+ isLive : {
947+ type : "boolean"
948+ } ,
949+ isPauseAllowed : {
950+ type : "boolean"
951+ } ,
952+ isPlayAllowed : {
953+ type : "boolean"
954+ } ,
955+ isSeekAllowed : {
956+ type : "boolean"
957+ } ,
958+ liveTime : {
959+ type : "number"
960+ } ,
961+ mediaElement : {
962+ name : "HTMLElement" ,
963+ type : "reference" ,
964+ typeArguments : [ ]
965+ }
966+ } ,
967+ MediaPlayer : {
968+ castButtonEnabled : {
969+ type : "boolean"
970+ } ,
971+ castButtonVisible : {
972+ type : "boolean"
973+ } ,
974+ chapterSkipBackButtonEnabled : {
975+ type : "boolean"
976+ } ,
977+ chapterSkipBackButtonVisible : {
978+ type : "boolean"
979+ } ,
980+ chapterSkipForwardButtonEnabled : {
981+ type : "boolean"
982+ } ,
983+ chapterSkipForwardButtonVisible : {
984+ type : "boolean"
985+ } ,
986+ compact : {
987+ type : "boolean"
988+ } ,
989+ element : {
990+ name : "HTMLElement" ,
991+ type : "reference" ,
992+ typeArguments : [ ]
993+ } ,
994+ endTime : {
995+ type : "boolean"
996+ } ,
997+ fastForwardButtonEnabled : {
998+ type : "boolean"
999+ } ,
1000+ fastForwardButtonVisible : {
1001+ type : "boolean"
1002+ } ,
1003+ fullscreenButtonEnabled : {
1004+ type : "boolean"
1005+ } ,
1006+ fullscreenButtonVisible : {
1007+ type : "boolean"
1008+ } ,
1009+ goToLiveButtonEnabled : {
1010+ type : "boolean"
1011+ } ,
1012+ goToLiveButtonVisible : {
1013+ type : "boolean"
1014+ } ,
1015+ isControlsVisible : {
1016+ type : "boolean"
1017+ } ,
1018+ isFullScreen : {
1019+ type : "boolean"
1020+ } ,
1021+ isThumbnailEnabled : {
1022+ type : "boolean"
1023+ } ,
1024+ layout : {
1025+ type : "string"
1026+ } ,
1027+ markers : {
1028+ type : "any"
1029+ } ,
1030+ mediaElementAdapter : {
1031+ type : "any"
1032+ } ,
1033+ nextTrackButtonEnabled : {
1034+ type : "boolean"
1035+ } ,
1036+ nextTrackButtonVisible : {
1037+ type : "boolean"
1038+ } ,
1039+ onAfterHideControls : {
1040+ name : "Function" ,
1041+ type : "reference" ,
1042+ typeArguments : [ ]
1043+ } ,
1044+ onAfterShowControls : {
1045+ name : "Function" ,
1046+ type : "reference" ,
1047+ typeArguments : [ ]
1048+ } ,
1049+ onBeforeHideControls : {
1050+ name : "Function" ,
1051+ type : "reference" ,
1052+ typeArguments : [ ]
1053+ } ,
1054+ onBeforeShowControls : {
1055+ name : "Function" ,
1056+ type : "reference" ,
1057+ typeArguments : [ ]
1058+ } ,
1059+ onMarkerReached : {
1060+ name : "Function" ,
1061+ type : "reference" ,
1062+ typeArguments : [ ]
1063+ } ,
1064+ onMediaCommandExecuted : {
1065+ name : "Function" ,
1066+ type : "reference" ,
1067+ typeArguments : [ ]
1068+ } ,
1069+ onTargetRateChange : {
1070+ name : "Function" ,
1071+ type : "reference" ,
1072+ typeArguments : [ ]
1073+ } ,
1074+ onTargetTimeUpdate : {
1075+ name : "Function" ,
1076+ type : "reference" ,
1077+ typeArguments : [ ]
1078+ } ,
1079+ onThumbnailRequest : {
1080+ name : "Function" ,
1081+ type : "reference" ,
1082+ typeArguments : [ ]
1083+ } ,
1084+ playFromBeginningButtonEnabled : {
1085+ type : "boolean"
1086+ } ,
1087+ playFromBeginningButtonVisible : {
1088+ type : "boolean"
1089+ } ,
1090+ playPauseButtonEnabled : {
1091+ type : "boolean"
1092+ } ,
1093+ playPauseButtonVisible : {
1094+ type : "boolean"
1095+ } ,
1096+ playbackRateButtonEnabled : {
1097+ type : "boolean"
1098+ } ,
1099+ playbackRateButtonVisible : {
1100+ type : "boolean"
1101+ } ,
1102+ previousTrackButtonEnabled : {
1103+ type : "boolean"
1104+ } ,
1105+ previousTrackButtonVisible : {
1106+ type : "boolean"
1107+ } ,
1108+ rewindButtonEnabled : {
1109+ type : "boolean"
1110+ } ,
1111+ rewindButtonVisible : {
1112+ type : "boolean"
1113+ } ,
1114+ seekBarVisible : {
1115+ type : "boolean"
1116+ } ,
1117+ seekingEnabled : {
1118+ type : "boolean"
1119+ } ,
1120+ startTime : {
1121+ type : "number"
1122+ } ,
1123+ stopButtonEnabled : {
1124+ type : "boolean"
1125+ } ,
1126+ stopButtonVisible : {
1127+ type : "boolean"
1128+ } ,
1129+ targetCurrentTime : {
1130+ type : "number"
1131+ } ,
1132+ targetPlaybackRate : {
1133+ type : "number"
1134+ } ,
1135+ thumbnailImage : {
1136+ type : "string"
1137+ } ,
1138+ timeFormatter : {
1139+ type : "any"
1140+ } ,
1141+ timeSkipBackButtonEnabled : {
1142+ type : "boolean"
1143+ } ,
1144+ timeSkipBackButtonVisible : {
1145+ type : "boolean"
1146+ } ,
1147+ timeSkipForwardButtonEnabled : {
1148+ type : "boolean"
1149+ } ,
1150+ timeSkipForwardButtonVisible : {
1151+ type : "boolean"
1152+ } ,
1153+ volumeButtonEnabled : {
1154+ type : "boolean"
1155+ } ,
1156+ volumeButtonVisible : {
1157+ type : "boolean"
1158+ } ,
1159+ zoomButtonEnabled : {
1160+ type : "boolean"
1161+ } ,
1162+ zoomButtonVisible : {
1163+ type : "boolean"
1164+ }
1165+ } ,
9451166 Menu : {
9461167 alignment : {
9471168 type : "string"
0 commit comments