Package yarp
Class IAudioVisualStream
- java.lang.Object
-
- yarp.IAudioVisualStream
-
public class IAudioVisualStream extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
IAudioVisualStream(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(IAudioVisualStream obj)
boolean
hasAudio()
boolean
hasRawVideo()
boolean
hasVideo()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(IAudioVisualStream obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
hasAudio
public boolean hasAudio()
-
hasVideo
public boolean hasVideo()
-
hasRawVideo
public boolean hasRawVideo()
-
-