Uses of Class
ca.phon.app.session.editor.view.media_player.MediaPlayerEditorView
Packages that use MediaPlayerEditorView
Package
Description
-
Uses of MediaPlayerEditorView in ca.phon.app.session.editor.view.media_player
Fields in ca.phon.app.session.editor.view.media_player with type parameters of type MediaPlayerEditorViewModifier and TypeFieldDescriptionstatic final EditorEventType<MediaPlayerEditorView>
MediaPlayerEditorView.MediaLoaded
Custom editor event signaled when media loaded Event data: media file (as string)static final EditorEventType<MediaPlayerEditorView>
MediaPlayerEditorView.MediaUnloaded
-
Uses of MediaPlayerEditorView in ca.phon.app.session.editor.view.media_player.actions
Methods in ca.phon.app.session.editor.view.media_player.actions that return MediaPlayerEditorViewConstructors in ca.phon.app.session.editor.view.media_player.actions with parameters of type MediaPlayerEditorViewModifierConstructorDescriptionGoToAction
(SessionEditor editor, MediaPlayerEditorView view) GoToEndOfSegmentedAction
(SessionEditor editor, MediaPlayerEditorView view) GoToEndOfSegmentedAction
(SessionEditor editor, MediaPlayerEditorView view, Participant part) MediaPlayerAction
(SessionEditor editor, MediaPlayerEditorView view) TakeSnapshotAction
(SessionEditor editor, MediaPlayerEditorView view) ToggleAdjustVideoAction
(SessionEditor editor, MediaPlayerEditorView view)