MCPcopy Create free account
hub / github.com/CyCoreSystems/ari-proxy / Playback

Method Playback

client/client.go:454–456  ·  view source on GitHub ↗

Playback is the media playback accessor

()

Source from the content-addressed store, hash-verified

452
453// Playback is the media playback accessor
454func (c *Client) Playback() ari.Playback {
455 return &playback{c}
456}
457
458// Sound is the sound accessor
459func (c *Client) Sound() ari.Sound {

Callers 13

PlayMethod · 0.80
StagePlayMethod · 0.80
PlayMethod · 0.80
StagePlayMethod · 0.80
TestPlaybackDataFunction · 0.80
TestPlaybackControlFunction · 0.80
TestPlaybackStopFunction · 0.80
bridgeStagePlayMethod · 0.80
playbackControlMethod · 0.80
playbackDataMethod · 0.80
playbackGetMethod · 0.80
playbackStopMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestPlaybackDataFunction · 0.64
TestPlaybackControlFunction · 0.64
TestPlaybackStopFunction · 0.64