public class VlcjDevice extends Object implements com.github.sarxos.webcam.WebcamDevice
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
dispose() |
String |
getCaptureDevice() |
uk.co.caprica.vlcj.player.MediaPlayerFactory |
getFactory() |
BufferedImage |
getImage() |
uk.co.caprica.vlcj.medialist.MediaListItem |
getMediaListItem() |
uk.co.caprica.vlcj.medialist.MediaListItem |
getMediaListItemSub() |
String |
getMRL() |
String |
getName() |
uk.co.caprica.vlcj.player.MediaPlayer |
getPlayer() |
Dimension |
getResolution() |
Dimension[] |
getResolutions() |
String |
getVDevice() |
boolean |
isOpen() |
void |
open() |
void |
setResolution(Dimension size) |
String |
toString() |
public String getCaptureDevice()
public uk.co.caprica.vlcj.medialist.MediaListItem getMediaListItem()
public uk.co.caprica.vlcj.medialist.MediaListItem getMediaListItemSub()
public String getName()
getName
in interface com.github.sarxos.webcam.WebcamDevice
public String getVDevice()
public Dimension[] getResolutions()
getResolutions
in interface com.github.sarxos.webcam.WebcamDevice
public Dimension getResolution()
getResolution
in interface com.github.sarxos.webcam.WebcamDevice
public void setResolution(Dimension size)
setResolution
in interface com.github.sarxos.webcam.WebcamDevice
public BufferedImage getImage()
getImage
in interface com.github.sarxos.webcam.WebcamDevice
public void open()
open
in interface com.github.sarxos.webcam.WebcamDevice
public void close()
close
in interface com.github.sarxos.webcam.WebcamDevice
public void dispose()
dispose
in interface com.github.sarxos.webcam.WebcamDevice
public boolean isOpen()
isOpen
in interface com.github.sarxos.webcam.WebcamDevice
public uk.co.caprica.vlcj.player.MediaPlayer getPlayer()
public uk.co.caprica.vlcj.player.MediaPlayerFactory getFactory()
Copyright © 2012-2014 Bartosz Firyn (SarXos). All Rights Reserved.