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

Music

Summary

Types

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