Class RTCVideoSourceStats
Inherited Members
Namespace: Unity.WebRTC
Syntax
public class RTCVideoSourceStats : RTCMediaSourceStats
Properties
frames
Declaration
public uint frames { get; }
Property Value
Type | Description |
---|---|
UInt32 |
framesPerSecond
Declaration
public uint framesPerSecond { get; }
Property Value
Type | Description |
---|---|
UInt32 |
height
Declaration
public uint height { get; }
Property Value
Type | Description |
---|---|
UInt32 |
width
Declaration
public uint width { get; }
Property Value
Type | Description |
---|---|
UInt32 |