vmix-http
HTTP API client for vMix. Provides async, request-response style communication with vMix instances.
Features
- Async/await interface via
tokio - REST-style API access
- Built on top of
vmix-core - Helper methods for common operations
Usage
use HttpVmixClient;
use Duration;
async
License
MIT