RawVideoFrame Class
- java.
lang. Object - AutoCloseable
- com.
azure. android. communication. calling. RawVideoFrame
- com.
public class RawVideoFrame
Information about the video frame
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
close()
Dispose heavy resources |
void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
Video |
getStreamFormat()
Information about the 4CC used on this video frame |
long |
getTimestampInTicks()
time when the video frame was created |
Raw |
getType()
Informs how video frames will be available for encoding or decoding. |
Raw |
setStreamFormat(VideoStreamFormat value)
Information about the 4CC used on this video frame |
Raw |
setTimestampInTicks(long value)
time when the video frame was created |
Method Details
close
public void close()
Dispose heavy resources
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
getStreamFormat
public VideoStreamFormat getStreamFormat()
Information about the 4CC used on this video frame
getTimestampInTicks
public long getTimestampInTicks()
time when the video frame was created
getType
public RawVideoFrameType getType()
Informs how video frames will be available for encoding or decoding.
setStreamFormat
public RawVideoFrame setStreamFormat(VideoStreamFormat value)
Information about the 4CC used on this video frame
Parameters:
setTimestampInTicks
public RawVideoFrame setTimestampInTicks(long value)
time when the video frame was created
Parameters: