Show / Hide Table of Contents

Struct PluginFormat

Used with PluginGetInfo(Int32) to retrieve information on the supported plugin formats.

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

The plugin information does not change, so the returned pointer remains valid for as long as the plugin is loaded.

The extension filter is for information only. A plugin will check the file contents rather than file extension, to verify that it is a supported format.

Properties

ChannelType

The channel Type, as would appear in the ChannelInfo structure.

Declaration
public ChannelType ChannelType { get; }
Property Value
ChannelType

FileExtensions

File extension filter, in the form of ".ext1;.ext2;etc...".

Declaration
public string FileExtensions { get; }
Property Value
String

Remarks

The extension filter is for information only. A plugin will check the file contents rather than file extension, to verify that it is a supported format.

Name

The Format description or name.

Declaration
public string Name { get; }
Property Value
String

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx