(key *ari.Key)
| 43 | } |
| 44 | |
| 45 | func (p *playback) Stop(key *ari.Key) error { |
| 46 | return p.c.commandRequest(&proxy.Request{ |
| 47 | Kind: "PlaybackStop", |
| 48 | Key: key, |
| 49 | }) |
| 50 | } |
| 51 | |
| 52 | func (p *playback) Subscribe(key *ari.Key, n ...string) ari.Subscription { |
| 53 | err := p.c.commandRequest(&proxy.Request{ |