MediaPlayerRole 枚举 |
命名空间: LibVLCSharp.Shared
public enum MediaPlayerRole
| 成员名称 | 值 | 说明 | |
|---|---|---|---|
| None | 0 | Don't use a media player role | |
| Music | 1 | Music (or radio) playback | |
| Video | 2 | Video playback | |
| Communication | 3 | Speech, real-time communication | |
| Game | 4 | Video game | |
| LiblvcRoleNotification | 5 | User interaction feedback | |
| Animation | 6 | Embedded animation (e.g. in web page) | |
| Production | 7 | Audio editing/production | |
| Accessibility | 8 | Accessibility | |
| Test | 9 | Testing |
LibVLC 3.0.0 and later.
See