Class AudioFrame
- Namespace
- LiveKit
public class AudioFrame : IDisposable
- Inheritance
-
AudioFrame
- Implements
- Inherited Members
- Extension Methods
Properties
Data
public nint Data { get; }
Property Value
Info
public AudioFrameBufferInfo Info { get; }
Property Value
Length
public int Length { get; }
Property Value
NumChannels
public uint NumChannels { get; }
Property Value
SampleRate
public uint SampleRate { get; }
Property Value
SamplesPerChannel
public uint SamplesPerChannel { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposingbool
~AudioFrame()
protected ~AudioFrame()