mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-13 13:38:16 +08:00
7 lines
83 B
Go
7 lines
83 B
Go
package model
|
|
|
|
type AudioDevice struct {
|
|
Name string
|
|
Description string
|
|
}
|