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.WebcamDevicepublic String getVDevice()
public Dimension[] getResolutions()
getResolutions in interface com.github.sarxos.webcam.WebcamDevicepublic Dimension getResolution()
getResolution in interface com.github.sarxos.webcam.WebcamDevicepublic void setResolution(Dimension size)
setResolution in interface com.github.sarxos.webcam.WebcamDevicepublic BufferedImage getImage()
getImage in interface com.github.sarxos.webcam.WebcamDevicepublic void open()
open in interface com.github.sarxos.webcam.WebcamDevicepublic void close()
close in interface com.github.sarxos.webcam.WebcamDevicepublic void dispose()
dispose in interface com.github.sarxos.webcam.WebcamDevicepublic boolean isOpen()
isOpen in interface com.github.sarxos.webcam.WebcamDevicepublic uk.co.caprica.vlcj.player.MediaPlayer getPlayer()
public uk.co.caprica.vlcj.player.MediaPlayerFactory getFactory()
Copyright © 2012-2014 Bartosz Firyn (SarXos). All Rights Reserved.