Rayex.Structs.AudioStream (Rayex v0.0.2) View Source

AudioStream

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.AudioStream{
  buffer: [Rayex.Structs.RAudioBuffer.t()],
  channels: non_neg_integer(),
  sample_rate: non_neg_integer(),
  sample_size: non_neg_integer()
}