Show / Hide Table of Contents

Struct PluginInfo

Used with PluginGetInfo(Int32) to retrieve information on a plugin.

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public struct PluginInfo

Properties

Formats

The collection of supported formats.

Declaration
public PluginFormat[] Formats { get; }
Property Value
PluginFormat[]

Remarks

Note: There is no guarantee that the list of supported formats is complete or might contain formats not being supported on your particular OS/machine (due to additional or missing audio codecs).

Version

Plugin version.

Declaration
public Version Version { get; }
Property Value
Version

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx