Show / Hide Table of Contents

Struct TRTCLocalStatistics

Local audio/video statistics

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

Audio send bitrate (Kbps)

Declaration
public UInt32 audioBitrate
Field Value
Type Description
UInt32

audioSampleRate

Audio sample rate (Hz)

Declaration
public UInt32 audioSampleRate
Field Value
Type Description
UInt32

frameRate

Frame rate (fps)

Declaration
public UInt32 frameRate
Field Value
Type Description
UInt32

height

Video height

Declaration
public UInt32 height
Field Value
Type Description
UInt32

streamType

Stream type (big image | small image | substream image)

Declaration
public TRTCVideoStreamType streamType
Field Value
Type Description
TRTCVideoStreamType

videoBitrate

Video send bitrate (Kbps)

Declaration
public UInt32 videoBitrate
Field Value
Type Description
UInt32

width

Video width

Declaration
public UInt32 width
Field Value
Type Description
UInt32
In This Article
Back to top Generated by DocFX