Struct TRTCLocalStatistics
自己本地的音视频统计信息
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public struct TRTCLocalStatistics
Fields
audioBitrate
音频发送码率(Kbps)
Declaration
public UInt32 audioBitrate
Field Value
Type | Description |
---|---|
UInt32 |
audioSampleRate
音频采样率(Hz)
Declaration
public UInt32 audioSampleRate
Field Value
Type | Description |
---|---|
UInt32 |
frameRate
帧率(fps)
Declaration
public UInt32 frameRate
Field Value
Type | Description |
---|---|
UInt32 |
height
视频高度
Declaration
public UInt32 height
Field Value
Type | Description |
---|---|
UInt32 |
streamType
流类型(大画面 | 小画面 | 辅路画面)
Declaration
public TRTCVideoStreamType streamType
Field Value
Type | Description |
---|---|
TRTCVideoStreamType |
videoBitrate
视频发送码率(Kbps)
Declaration
public UInt32 videoBitrate
Field Value
Type | Description |
---|---|
UInt32 |
width
视频宽度
Declaration
public UInt32 width
Field Value
Type | Description |
---|---|
UInt32 |