Add methods to get property name and enumerate properties.

Also add method to remove property by handle.
This commit is contained in:
Peter Johnson
2016-08-26 08:19:28 -07:00
parent 0158fd35f0
commit 0fbb2e8a14
10 changed files with 118 additions and 30 deletions

View File

@@ -51,6 +51,9 @@ public class VideoSource {
/// the given name exists)
//public VideoProperty getProperty(String name);
/// Enumerate all properties of this source.
//public VideoProperty[] enumerateProperties();
/// Enumerate all existing sources.
/// @return Vector of sources.
public static VideoSource[] enumerateSources() {