Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caprica/vlcj
/ functions
Functions
1,814 in github.com/caprica/vlcj
⨍
Functions
1,814
◇
Types & classes
382
↓ 55 callers
Method
intValue
Get the native value. @return value
src/main/java/uk/co/caprica/vlcj/player/base/State.java:76
↓ 34 callers
Method
values
Get all the metadata values. @return copy of the metadata values collection
src/main/java/uk/co/caprica/vlcj/media/MetaData.java:77
↓ 31 callers
Method
add
Add an input slave to the current media. <p> The success of this call does not indicate that the slave being added is actually valid or not, it simply
src/main/java/uk/co/caprica/vlcj/media/SlaveApi.java:62
↓ 25 callers
Method
intValue
()
src/main/java/uk/co/caprica/vlcj/media/Meta.java:75
↓ 20 callers
Method
get
Get the value for a particular type of metadata. @param meta type of metadata @return meta metadata value
src/main/java/uk/co/caprica/vlcj/media/MetaApi.java:55
↓ 16 callers
Method
get
Get the media player role. @return media player role
src/main/java/uk/co/caprica/vlcj/player/base/RoleApi.java:39
↓ 13 callers
Method
events
Delegated behaviour pertaining to the associated media events. @return media event behaviour
src/main/java/uk/co/caprica/vlcj/player/base/MediaApi.java:381
↓ 13 callers
Method
events
Delegated behaviour pertaining to the associated media list events. @return events behaviour, may be <code>null</code> if there is currently no media
src/main/java/uk/co/caprica/vlcj/player/list/ListApi.java:87
↓ 13 callers
Method
mediaPlayerInstance
Provide access to the native media player instance. <p> This is exposed on the interface as an implementation side-effect, ordinary applications are n
src/main/java/uk/co/caprica/vlcj/player/base/MediaPlayer.java:317
↓ 12 callers
Method
getHeight
Get the height. @return height
src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/callback/BufferFormat.java:115
↓ 12 callers
Method
getWidth
Get the width. @return width
src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/callback/BufferFormat.java:106
↓ 11 callers
Method
addMediaPlayerEventListener
Add a component to be notified of media player events. @param listener component to notify
src/main/java/uk/co/caprica/vlcj/player/base/EventApi.java:84
↓ 11 callers
Method
controls
Delegated controls behaviour on the associated media list player. @return media list player controls behaviour
src/main/java/uk/co/caprica/vlcj/player/base/SubitemApi.java:68
↓ 11 callers
Method
marquee
Create a marquee. @return marquee
src/main/java/uk/co/caprica/vlcj/player/base/Marquee.java:111
↓ 11 callers
Method
mediaInstance
Get the associated native media instance. @return media instance
src/main/java/uk/co/caprica/vlcj/media/Media.java:254
↓ 10 callers
Method
newMediaRef
Create a new {@link MediaRef} for a native media instance. <p> The client application <em>must</em> release the returned {@link MediaRef} when it no l
src/main/java/uk/co/caprica/vlcj/media/MediaFactory.java:52
↓ 10 callers
Method
set
Set a logo from a builder. @param logo logo builder
src/main/java/uk/co/caprica/vlcj/player/base/LogoApi.java:177
↓ 9 callers
Method
lock
()
src/main/java/uk/co/caprica/vlcj/medialist/MediaApi.java:347
↓ 9 callers
Method
logo
Create a logo. @return logo
src/main/java/uk/co/caprica/vlcj/player/base/Logo.java:101
↓ 9 callers
Method
read
(Pointer opaque, Pointer buf, size_t len)
src/main/java/uk/co/caprica/vlcj/media/callback/AbstractCallbackMedia.java:176
↓ 9 callers
Method
unlock
()
src/main/java/uk/co/caprica/vlcj/medialist/MediaApi.java:351
↓ 8 callers
Method
mediaPlayerFactory
Get the media player factory that was used to create the media player component. <p> If the client application did not suppl a media player factory wh
src/main/java/uk/co/caprica/vlcj/player/component/MediaPlayerComponent.java:43
↓ 8 callers
Method
mediaPlayers
()
src/main/java/uk/co/caprica/vlcj/factory/MediaPlayerFactory.java:238
↓ 8 callers
Method
remove
Remove an item from the list. @param index index of the item to remove @return <code>true</code> if successful; <code>false</code> if error
src/main/java/uk/co/caprica/vlcj/medialist/MediaApi.java:169
↓ 7 callers
Method
getPointerArray
Get a contiguous block of memory containing an array of pointers. <p> Needed for native library direct mapping since there is no automatic mapping of
src/main/java/uk/co/caprica/vlcj/player/base/TrackApi.java:332
↓ 7 callers
Method
intValue
()
src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/videoengine/VideoEngine.java:39
↓ 7 callers
Method
length
Get the length of the current media item. @return length, in milliseconds
src/main/java/uk/co/caprica/vlcj/player/base/StatusApi.java:94
↓ 7 callers
Method
newMedia
Create a new {@link Media} component for a native media instance. <p> The caller <em>must</em> release the returned {@link Media} when it has no furth
src/main/java/uk/co/caprica/vlcj/media/MediaFactory.java:150
↓ 7 callers
Method
temporaryMediaRef
Create a temporary media reference to wrap the native media handle. <p> This is used so as not to pass a native binding type on various listener metho
src/main/java/uk/co/caprica/vlcj/support/eventmanager/BaseEvent.java:70
↓ 6 callers
Method
createMedia
(libvlc_instance_t libvlcInstance, libvlc_media_t mediaInstance, String... options)
src/main/java/uk/co/caprica/vlcj/media/MediaFactory.java:268
↓ 6 callers
Method
createMediaRef
(libvlc_instance_t libvlcInstance, libvlc_media_t mediaInstance, String[] options)
src/main/java/uk/co/caprica/vlcj/media/MediaFactory.java:259
↓ 6 callers
Method
fireEqualizerChanged
Fire an event notification signifying that the equalizer changed.
src/main/java/uk/co/caprica/vlcj/player/base/Equalizer.java:248
↓ 6 callers
Method
format
(PointerByReference opaque, PointerByReference chroma, Pointer width, Pointer height, PointerByReference pitch
src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/CallbackVideoSurface.java:90
↓ 6 callers
Method
getComponent
Get the video surface component. <p> This method will only be used if the video surface is a {@link ComponentVideoSurface} so we can forgo some checks
src/main/java/uk/co/caprica/vlcj/player/embedded/OverlayApi.java:268
↓ 6 callers
Method
onAfterConstruct
Template method invoked at the end of the media player constructor.
src/main/java/uk/co/caprica/vlcj/player/component/AudioPlayerComponent.java:139
↓ 6 callers
Method
position
Apply the logo position. @param position position enumeration value @return this
src/main/java/uk/co/caprica/vlcj/player/base/Logo.java:163
↓ 6 callers
Method
prepare
Prepare new media (set it, do not play it). <p> <strong>Setting media is now an asynchronous operation.</strong> <p> Where the MRL refers to a file, t
src/main/java/uk/co/caprica/vlcj/player/base/MediaApi.java:94
↓ 6 callers
Method
release
Release the media player component and the associated native media player resources.
src/main/java/uk/co/caprica/vlcj/player/component/AudioPlayerComponent.java:107
↓ 6 callers
Method
userData
(Pointer pointer)
src/main/java/uk/co/caprica/vlcj/factory/Dialogs.java:142
↓ 6 callers
Method
videoSurface
()
src/main/java/uk/co/caprica/vlcj/player/embedded/EmbeddedMediaPlayer.java:120
↓ 5 callers
Method
addEventListener
Add a component to be notified of events. @param listener component to notify
src/main/java/uk/co/caprica/vlcj/support/eventmanager/NativeEventManager.java:122
↓ 5 callers
Method
addMediaEventListener
Add a component to be notified of media events. <p> As the current media changes, this listener will automatically be removed from the previous media
src/main/java/uk/co/caprica/vlcj/player/base/EventApi.java:105
↓ 5 callers
Method
changeMedia
Change media, i.e. clean up the current media and setup the new one. @param newMedia new media - this may be <code>null</code>, in which case the cur
src/main/java/uk/co/caprica/vlcj/player/base/MediaApi.java:454
↓ 5 callers
Method
contains
Check if a particular renderer item is still available. <p> Renderer items can come and go as they are discovered or disconnected (or otherwise become
src/main/java/uk/co/caprica/vlcj/player/renderer/ListApi.java:54
↓ 5 callers
Method
dialogId
(libvlc_dialog_id id)
src/main/java/uk/co/caprica/vlcj/factory/Dialogs.java:146
↓ 5 callers
Method
doMenuAction
(libvlc_navigate_mode_e action)
src/main/java/uk/co/caprica/vlcj/player/base/MenuApi.java:70
↓ 5 callers
Method
play
Play samples. @param mediaPlayer media player @param samples native sample data @param sampleCount number of samples @param pts presentation time sta
src/main/java/uk/co/caprica/vlcj/player/base/callback/AudioCallback.java:40
↓ 5 callers
Method
release
Release associated native media list instance. <p> This component must not longer be used.
src/main/java/uk/co/caprica/vlcj/medialist/MediaListRef.java:94
↓ 5 callers
Method
removeEventListener
Remove a component that was previously interested in notifications of events. @param listener component to stop notifying
src/main/java/uk/co/caprica/vlcj/support/eventmanager/NativeEventManager.java:140
↓ 5 callers
Method
rendererItemInstance
Get the native renderer item instance. @return renderer item instance
src/main/java/uk/co/caprica/vlcj/player/renderer/RendererItem.java:168
↓ 5 callers
Method
setMediaList
Set a new media list. <p> The supplied {@link MediaListRef} is not kept by this component and <em>must</em> be released by the caller when the caller
src/main/java/uk/co/caprica/vlcj/player/list/ListApi.java:63
↓ 5 callers
Method
setPosition
Set the logo position. @param position position
src/main/java/uk/co/caprica/vlcj/player/base/LogoApi.java:98
↓ 4 callers
Method
attach
Attach a video surface to a media player. @param mediaPlayer media player instance @param componentId native id of the video surface component
src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/VideoSurfaceAdapter.java:40
↓ 4 callers
Method
attachVideoSurface
()
src/main/java/uk/co/caprica/vlcj/player/list/ControlsApi.java:135
↓ 4 callers
Method
clear
Remove all media slaves from the current media.
src/main/java/uk/co/caprica/vlcj/media/SlaveApi.java:69
↓ 4 callers
Method
getAncestorWindow
Find the Window ancestor for a component. <p> This method will only be used if the video surface is a {@link ComponentVideoSurface} so we can forgo so
src/main/java/uk/co/caprica/vlcj/player/embedded/OverlayApi.java:281
↓ 4 callers
Method
getString
Dereference a pointer (that may be <code>null</code>) to get a string. @param pointer pointer @return string, or <code>null</code> if the pointer is
src/main/java/uk/co/caprica/vlcj/log/NativeLog.java:206
↓ 4 callers
Method
input
()
src/main/java/uk/co/caprica/vlcj/player/embedded/EmbeddedMediaPlayer.java:112
↓ 4 callers
Method
intValue
()
src/main/java/uk/co/caprica/vlcj/factory/DialogQuestionType.java:52
↓ 4 callers
Method
isReadOnly
Is the list read-only? @return <code>true</code> if the list is read-only; <code>false</code> if it is not
src/main/java/uk/co/caprica/vlcj/medialist/MediaApi.java:321
↓ 4 callers
Method
mediaListPlayerInstance
Provide access to the native media player instance. <p> This is exposed on the interface as an implementation side-effect, ordinary applications are n
src/main/java/uk/co/caprica/vlcj/player/list/MediaListPlayer.java:190
↓ 4 callers
Method
mediaPlayer
Get the media player reference. <p> An application uses this handle to control the media player, add listeners and so on. @return media player
src/main/java/uk/co/caprica/vlcj/player/component/AudioPlayerComponent.java:100
↓ 4 callers
Method
newMediaInstance
(String mrl)
src/main/java/uk/co/caprica/vlcj/media/MediaFactory.java:238
↓ 4 callers
Method
newMediaList
Create a new {@link MediaList} for the associated media list. <p> The caller <em>must</em> release the returned {@link MediaList} when it has no furth
src/main/java/uk/co/caprica/vlcj/player/list/ListApi.java:107
↓ 4 callers
Method
pointer
(Long userData)
src/main/java/uk/co/caprica/vlcj/factory/DialogsApi.java:120
↓ 4 callers
Method
release
()
src/main/java/uk/co/caprica/vlcj/player/embedded/BaseApi.java:42
↓ 4 callers
Method
removeMediaPlayerEventListener
Remove a component that was previously interested in notifications of media player events. @param listener component to stop notifying
src/main/java/uk/co/caprica/vlcj/player/base/EventApi.java:93
↓ 4 callers
Method
retain
(libvlc_media_t mediaInstance)
src/main/java/uk/co/caprica/vlcj/media/MediaFactory.java:254
↓ 4 callers
Method
scale
Get the current video scale (zoom). @return scale
src/main/java/uk/co/caprica/vlcj/player/base/VideoApi.java:268
↓ 4 callers
Method
setFullScreenWindow
Ask the window manager to make a window full-screen. <p> This method sends a low-level event to an X window to request that the window be made 'real'
src/main/java/uk/co/caprica/vlcj/player/embedded/fullscreen/x/XFullScreenHandler.java:54
↓ 4 callers
Method
setLocation
Set the logo location. @param x x co-ordinate for the top left of the logo @param y y co-ordinate for the top left of the logo
src/main/java/uk/co/caprica/vlcj/player/base/LogoApi.java:88
↓ 4 callers
Method
setOpacity
Set the logo opacity. @param opacity opacity in the range 0 to 255 where 255 is fully opaque
src/main/java/uk/co/caprica/vlcj/player/base/LogoApi.java:68
↓ 4 callers
Method
status
Delegated status behaviour on the associated media list player. @return media list player status behaviour
src/main/java/uk/co/caprica/vlcj/player/base/SubitemApi.java:95
↓ 4 callers
Method
trackType
(int intValue)
src/main/java/uk/co/caprica/vlcj/media/TrackType.java:43
↓ 3 callers
Method
addMediaListEventListener
Add a component to be notified of media events. @param listener component to notify
src/main/java/uk/co/caprica/vlcj/medialist/EventApi.java:40
↓ 3 callers
Method
addMediaListPlayerEventListener
Add a component to be notified of media player events. @param listener component to notify
src/main/java/uk/co/caprica/vlcj/player/list/EventApi.java:40
↓ 3 callers
Method
addMediaOptions
(libvlc_media_t media, String... mediaOptions)
src/main/java/uk/co/caprica/vlcj/media/MediaOptions.java:32
↓ 3 callers
Method
cancel
Present a cancel dialog. @param userData user data @param id dialog id, used to interact with this dialog
src/main/java/uk/co/caprica/vlcj/factory/DialogHandler.java:86
↓ 3 callers
Method
checkAmp
Range-check an amplification value. @param amp value to check @throws IllegalArgumentException if the amplification value is outside of the allowed r
src/main/java/uk/co/caprica/vlcj/player/base/Equalizer.java:229
↓ 3 callers
Method
close
(Pointer opaque)
src/main/java/uk/co/caprica/vlcj/media/callback/AbstractCallbackMedia.java:206
↓ 3 callers
Method
copy
Copy frequency band values from one array to another. @param from copy from this array @param to copy to this array
src/main/java/uk/co/caprica/vlcj/player/base/Equalizer.java:241
↓ 3 callers
Method
enable
Enable/disable the overlay component if there is one. @param enable whether to enable the overlay or disable it
src/main/java/uk/co/caprica/vlcj/player/embedded/OverlayApi.java:122
↓ 3 callers
Method
fromPointer
(Pointer pointer)
src/main/java/uk/co/caprica/vlcj/player/base/TimeApi.java:204
↓ 3 callers
Method
getScreenDevice
Get the desired screen device. <p> The default implementation simply returns the default screen device. @return screen device, must not be <code>null
src/main/java/uk/co/caprica/vlcj/player/embedded/fullscreen/exclusivemode/ExclusiveModeFullScreenStrategy.java:97
↓ 3 callers
Method
getVideoSurfaceAdapter
Get a video surface adapter for the current run-time operating system. @return video surface adapter
src/main/java/uk/co/caprica/vlcj/player/embedded/videosurface/VideoSurfaceAdapters.java:37
↓ 3 callers
Method
id
()
src/main/java/uk/co/caprica/vlcj/factory/DialogId.java:37
↓ 3 callers
Method
instance
()
src/main/java/uk/co/caprica/vlcj/player/base/Track.java:126
↓ 3 callers
Method
intValue
()
src/main/java/uk/co/caprica/vlcj/media/discoverer/MediaDiscovererCategory.java:53
↓ 3 callers
Method
isFullScreenMode
Test whether or not full-screen mode is currently active. @return <code>true</code> if full-screen mode is active; otherwise <code>false</code>
src/main/java/uk/co/caprica/vlcj/player/embedded/fullscreen/FullScreenStrategy.java:42
↓ 3 callers
Method
list
This returns a snapshot of the program list. <p> If any program changed events are received, this list should be released via {@link #release()} and a
src/main/java/uk/co/caprica/vlcj/player/base/ProgramApi.java:56
↓ 3 callers
Method
media
()
src/main/java/uk/co/caprica/vlcj/player/base/MediaPlayer.java:158
↓ 3 callers
Method
media
Delegated behaviour pertaining to the associated media list items. @return item behaviour, may be <code>null</code> if there is currently no media li
src/main/java/uk/co/caprica/vlcj/player/list/ListApi.java:96
↓ 3 callers
Method
mediaListInstance
Get the associated native media list instance @return media list instance
src/main/java/uk/co/caprica/vlcj/medialist/MediaList.java:83
↓ 3 callers
Method
newEmbeddedMediaPlayer
Create a new embedded media player. @return media player instance
src/main/java/uk/co/caprica/vlcj/factory/MediaPlayerApi.java:67
↓ 3 callers
Method
newMediaListPlayer
Create a new play-list media player. @return media player instance
src/main/java/uk/co/caprica/vlcj/factory/MediaPlayerApi.java:86
↓ 3 callers
Method
newMediaListRef
Create a new {@link MediaListRef} for the associated media list. <p> The caller <em>must</em> release the returned {@link MediaListRef} when it has no
src/main/java/uk/co/caprica/vlcj/player/list/ListApi.java:122
↓ 3 callers
Method
onAfterRelease
Template method invoked immediately after releasing the media player and media player factory instances.
src/main/java/uk/co/caprica/vlcj/player/component/AudioPlayerComponent.java:153
↓ 3 callers
Method
onBeforeRelease
Template method invoked immediately prior to releasing the media player and media player factory instances.
src/main/java/uk/co/caprica/vlcj/player/component/AudioPlayerComponent.java:146
↓ 3 callers
Method
paint
Paint the image. @param g2 graphics context @param component component to paint @param image image to paint
src/main/java/uk/co/caprica/vlcj/player/component/callback/CallbackImagePainter.java:70
↓ 3 callers
Method
raiseEvent
(MediaPlayerEvent event)
src/main/java/uk/co/caprica/vlcj/player/base/EventApi.java:178
next →
1–100 of 1,814, ranked by callers