You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/index.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,6 @@ For full VideoPlayer API see documentation for original [Ti.Media.VideoPlayer](h
72
72
*`naturalsizeavailable`: new event, property `naturalSize`
73
73
(see [VideoRendererEventListener.onVideoSizeChanged](http://google.github.io/ExoPlayer/doc/reference/com/google/android/exoplayer2/video/VideoRendererEventListener.html#onVideoSizeChanged-int-int-int-float-)).
74
74
Fired before a frame is rendered for the first time since setting the surface, and each time there's a change in the size, rotation or pixel aspect ratio of the video being rendered.
75
-
***Deprecated** (use `trackschange`) `tracksChanged`: new event, property `trackInfo`
76
75
*`trackschange`: new event, property `trackInfo`
77
76
*`volumechange`: new event, property `volume`. Fired when the volume on [`AudioManager.STREAM_MUSIC`](https://developer.android.com/reference/android/media/AudioManager.html#STREAM_MUSIC) changes.
78
77
@@ -81,7 +80,6 @@ For full VideoPlayer API see documentation for original [Ti.Media.VideoPlayer](h
81
80
*`contentExtension`: type `string`, when defined content type will be detected based on this property
82
81
*`contentType`: one of `ExoPlayer.CONTENT_TYPE_*`
83
82
*`drmLicenseUrl`
84
-
***Deprecated** (use `drmMultiSession`) `drm_multi_session`: type `boolean`, specify whether multiple key session support is enabled. Default value `false`
85
83
*`drmMultiSession`: type `boolean`, specify whether multiple key session support is enabled. Default value `false`
0 commit comments