Table of Contents

Class AudioFrame

Namespace
LiveKit
public class AudioFrame : IDisposable
Inheritance
AudioFrame
Implements
Inherited Members
Extension Methods

Properties

Data

public nint Data { get; }

Property Value

nint

Info

public AudioFrameBufferInfo Info { get; }

Property Value

AudioFrameBufferInfo

Length

public int Length { get; }

Property Value

int

NumChannels

public uint NumChannels { get; }

Property Value

uint

SampleRate

public uint SampleRate { get; }

Property Value

uint

SamplesPerChannel

public uint SamplesPerChannel { get; }

Property Value

uint

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

disposing bool

~AudioFrame()

protected ~AudioFrame()