Enum BidiGenerateMusicPlaybackControl
Namespace: Glitch9.AIDevKit.Google.Lyria
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public enum BidiGenerateMusicPlaybackControl
Fields
| Name | Description |
|---|---|
| Pause | Hold the music generation. Use PLAY to resume from the current position. |
| Play | Start generating the music. |
| ResetContext | Reset the context (prompts retained) without stopping the music generation. |
| Stop | Stop the music generation and reset the context (prompts retained). Use PLAY to restart the music generation. |
| Unspecified | This value is unused. |