Struct TRTCAudioFrame
6.7 Audio frame data
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 TRTCAudioFrame
Fields
audioFormat
Format of audio frames
Declaration
public TRTCAudioFrameFormat audioFormat
Field Value
Type | Description |
---|---|
TRTCAudioFrameFormat |
channel
Number of sound channels
Declaration
public UInt32 channel
Field Value
Type | Description |
---|---|
UInt32 |
data
Audio data
Declaration
public byte[] data
Field Value
Type | Description |
---|---|
System.Byte[] |
length
Audio frame size
Declaration
public UInt32 length
Field Value
Type | Description |
---|---|
UInt32 |
sampleRate
Sample rate
Declaration
public UInt32 sampleRate
Field Value
Type | Description |
---|---|
UInt32 |
timestamp
Timestamp (ms)
Declaration
public UInt64 timestamp
Field Value
Type | Description |
---|---|
UInt64 |