public final class StreamDiscoverer
extends java.lang.Object
implements java.io.Closeable
Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyProperty<java.lang.String[]> |
urls |
Constructor and Description |
---|
StreamDiscoverer(edu.wpi.first.networktables.NetworkTable publisherTable,
java.lang.String cameraName)
Creates a new stream discoverer.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String[] |
getUrls()
Gets the value of the property urls.
|
javafx.beans.property.ReadOnlyProperty<java.lang.String[]> |
urlsProperty() |
public javafx.beans.property.ReadOnlyProperty<java.lang.String[]> urlsProperty
getUrls()
public StreamDiscoverer(edu.wpi.first.networktables.NetworkTable publisherTable, java.lang.String cameraName)
publisherTable
- the root camera server publisher tablecameraName
- the name of the camera to discover streams forpublic java.lang.String[] getUrls()
public javafx.beans.property.ReadOnlyProperty<java.lang.String[]> urlsProperty()
getUrls()
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable