View Source Exray.Structs.Music (Exray v0.6.0)

Music TypedStruct

Summary

Types

@type t() :: %Exray.Structs.Music{
  ctx_data: [any()],
  ctx_type: integer(),
  frame_count: non_neg_integer(),
  looping: boolean(),
  stream: AudioStream.t()
}