Extension.name Property

Module: Extension

Type: string

Definition

The extension name.

name: str

Exceptions

An error has occurred during Bioseal Library execution.
String get name => getName();

Exceptions

An error has occurred during Bioseal Library execution.
public string name
{
    get => Getname();
}

Exceptions

An error has occurred during Bioseal Library execution.
public String getName() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var name: String
    get {
        return try! getName()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealExtension_GetName (ID3_BIOSEAL_EXTENSION hExtension, char * name, int * nameSize)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.