Table of Contents

Class MediaPlayerESDeletedEventArgs

Namespace
LibVLCSharp.Shared
Assembly
LibVLCSharp.dll

An Elementary Stream (ES) was deleted

public class MediaPlayerESDeletedEventArgs : EventArgs
Inheritance
MediaPlayerESDeletedEventArgs
Inherited Members

Fields

Id

The Id of the deleted Elementary Stream (ES)

public readonly int Id

Field Value

int

Type

The type of the deleted Elementary Stream (ES)

public readonly TrackType Type

Field Value

TrackType