RawVideoFrameReceivedEvent Class
- java.
lang. Object - com.
azure. android. communication. calling. RawVideoFrameReceivedEvent
- com.
public class RawVideoFrameReceivedEvent
Contains information about the newest video frame
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
Raw |
getFrame()
Information about the new video frame |
int |
getVideoStreamId()
VideoStreamId that own this video frame |
Method Details
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.
getFrame
public RawVideoFrame getFrame()
Information about the new video frame
getVideoStreamId
public int getVideoStreamId()
VideoStreamId that own this video frame