Skip to content

Commit

Permalink
Sort Mediaplayer methods by name
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Dec 11, 2024
1 parent 3720c9c commit b53b6ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/streaming/MediaPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2762,21 +2762,21 @@ function MediaPlayer() {
getAverageThroughput,
getBufferLength,
getCurrentLiveLatency,
getCurrentRepresentationForType,
getCurrentSteeringResponseData,
getCurrentTextTrackIndex,
getCurrentTrackFor,
getDvrSeekOffset,
getDvrWindow,
getDashAdapter,
getDashMetrics,
getDebug,
getDvrSeekOffset,
getDvrWindow,
getInitialMediaSettingsFor,
getLowLatencyModeEnabled,
getManifest,
getOfflineController,
getPlaybackRate,
getProtectionController,
getCurrentRepresentationForType,
getManifest,
getRepresentationsByType,
getSettings,
getSource,
Expand All @@ -2802,6 +2802,7 @@ function MediaPlayer() {
play,
preload,
provideThumbnail,
refreshManifest,
registerCustomCapabilitiesFilter,
registerLicenseRequestFilter,
registerLicenseResponseFilter,
Expand All @@ -2810,7 +2811,6 @@ function MediaPlayer() {
removeRequestInterceptor,
removeResponseInterceptor,
removeUTCTimingSource,
refreshManifest,
reset,
resetCustomInitialTrackSelectionFunction,
resetSettings,
Expand All @@ -2827,8 +2827,8 @@ function MediaPlayer() {
setMute,
setPlaybackRate,
setProtectionData,
setRepresentationForTypeByIndex,
setRepresentationForTypeById,
setRepresentationForTypeByIndex,
setTextTrack,
setVolume,
setXHRWithCredentialsForType,
Expand Down

0 comments on commit b53b6ef

Please sign in to comment.