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
CanRenderVideo
true if the renderer item can render video
public bool CanRenderVideo { get; }
Property Value
IconUri
IconUri of the renderer item
public string? IconUri { get; }
Property Value
Name
Name of the renderer item
public string Name { get; }
Property Value
Type
Type of the renderer item
public string Type { get; }