Enum OpusApplication
Represents the target application for the Opus encoder.
Namespace: Adrenak.UnityOpus
Assembly: cs.temp.dll.dll
Syntax
public enum OpusApplication
Fields
Name | Description |
---|---|
Audio | Optimized for general audio applications (e.g., music streaming). |
RestrictedLowDelay | Optimized for low-delay applications (e.g., real-time audio). |
VoIP | Optimized for VoIP applications (e.g., speech communication). |