Bartosz Firyn (SarXos)

Uses of Class
com.github.sarxos.webcam.ds.ipcam.IpCamMode

Packages that use IpCamMode
com.github.sarxos.webcam.ds.ipcam   
com.github.sarxos.webcam.ds.ipcam.impl   
 

Uses of IpCamMode in com.github.sarxos.webcam.ds.ipcam
 

Methods in com.github.sarxos.webcam.ds.ipcam that return IpCamMode
 IpCamMode IpCamDevice.getMode()
           
static IpCamMode IpCamMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IpCamMode[] IpCamMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.github.sarxos.webcam.ds.ipcam with parameters of type IpCamMode
static IpCamDevice IpCamDeviceRegistry.register(String name, String url, IpCamMode mode)
           
static IpCamDevice IpCamDeviceRegistry.register(String name, String url, IpCamMode mode, IpCamAuth auth)
           
static IpCamDevice IpCamDeviceRegistry.register(String name, URL url, IpCamMode mode)
           
static IpCamDevice IpCamDeviceRegistry.register(String name, URL url, IpCamMode mode, IpCamAuth auth)
           
 

Constructors in com.github.sarxos.webcam.ds.ipcam with parameters of type IpCamMode
IpCamDevice(String name, String url, IpCamMode mode)
           
IpCamDevice(String name, String url, IpCamMode mode, IpCamAuth auth)
           
IpCamDevice(String name, URL url, IpCamMode mode)
           
IpCamDevice(String name, URL url, IpCamMode mode, IpCamAuth auth)
           
 

Uses of IpCamMode in com.github.sarxos.webcam.ds.ipcam.impl
 

Methods in com.github.sarxos.webcam.ds.ipcam.impl that return IpCamMode
 IpCamMode IpCamDescriptor.getMode()
           
 


Bartosz Firyn (SarXos)

Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.