Package com.vonage.client.video
Class VideoStream
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.VideoStream
- All Implemented Interfaces:
Jsonable
-
Constructor Summary
-
Method Summary
Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
VideoStream
protected VideoStream()
-
-
Method Details
-
getStreamId
Gets the ID of the archive stream.- Returns:
- The Stream ID.
-
hasAudio
Whether the recording has audio.- Returns:
true
if the recording has sound.
-
hasVideo
Whether the recording has video.- Returns:
true
if the recording has video.
-