(filepath string)
| 1151 | } |
| 1152 | |
| 1153 | func (sc *SoundContents) LoadFileFrom(filepath string) { |
| 1154 | |
| 1155 | sc.Card.Properties.Get("filepath").Set(filepath) |
| 1156 | sc.LoadFile() |
| 1157 | |
| 1158 | } |
| 1159 | |
| 1160 | func (sc *SoundContents) TogglePlayback() { |
| 1161 |
no test coverage detected