Enum PlaybackResult
The playback result
Namespace: Anki.Vector
Assembly: Anki.Vector.dll
Syntax
public enum PlaybackResult
Fields
| Name | Description |
|---|---|
| BufferOverrun | The robot overran the audio buffer\ |
| Cancelled | The playback was cancelled |
| Completed | The playback completed successfully |
| OtherFailure | An unspecified playback failure |