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

Music

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.Music{
  ctx_data: binary(),
  ctx_type: integer(),
  frame_count: non_neg_integer(),
  looping: boolean(),
  stream: Rayex.Structs.AudioStream.t()
}