Table of Contents

Enum MediaPlayerRole

Namespace
LibVLCSharp.Shared
Assembly
LibVLCSharp.dll

Media player roles.

public enum MediaPlayerRole

Fields

Accessibility = 8

Accessibility

Animation = 6

Embedded animation (e.g. in web page)

Communication = 3

Speech, real-time communication

Game = 4

Video game

LiblvcRoleNotification = 5

User interaction feedback

Music = 1

Music (or radio) playback

None = 0

Don't use a media player role

Production = 7

Audio editing/production

Test = 9

Testing

Video = 2

Video playback

Remarks

LibVLC 3.0.0 and later.

See