Table of Contents

Class MediaPlayerESSelectedEventArgs

Namespace
LibVLCSharp.Shared
Assembly
LibVLCSharp.dll

An Elementary Stream (ES) was selected

public class MediaPlayerESSelectedEventArgs : EventArgs
Inheritance
MediaPlayerESSelectedEventArgs
Inherited Members

Fields

Id

The Id of the selected Elementary Stream (ES)

public readonly int Id

Field Value

int

Type

The type of the seleted Elementary Stream (ES)

public readonly TrackType Type

Field Value

TrackType