Table of Contents

Struct ModuleDescription

Namespace
LibVLCSharp.Shared.Structures
Assembly
LibVLCSharp.dll

Description of a module.

public readonly struct ModuleDescription
Inherited Members

Fields

Help

Module help

public readonly string? Help

Field Value

string

LongName

Module long name

public readonly string? LongName

Field Value

string

Name

Module name

public readonly string? Name

Field Value

string

ShortName

Module short name

public readonly string? ShortName

Field Value

string