Table of Contents

Class RendererItem

Namespace
LibVLCSharp.Shared
Assembly
LibVLCSharp.dll

A renderer item represents a device that libvlc can use to render media.

public class RendererItem : Internal, IDisposable
Inheritance
RendererItem
Implements
Inherited Members

Properties

CanRenderAudio

true if the renderer item can render audio

public bool CanRenderAudio { get; }

Property Value

bool

CanRenderVideo

true if the renderer item can render video

public bool CanRenderVideo { get; }

Property Value

bool

IconUri

IconUri of the renderer item

public string? IconUri { get; }

Property Value

string

Name

Name of the renderer item

public string Name { get; }

Property Value

string

Type

Type of the renderer item

public string Type { get; }

Property Value

string