ResourceCallbackArgs.uri Property

Module: ResourceCallbackArgs

Type: string

Definition

The URI used to retrieve the external resource.

uri: str

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealResourceCallbackArgs_GetUri (ID3_BIOSEAL_RESOURCE_CALLBACK_ARGS hResourceCallbackArgs, char * uri, int * uriSize)

Returns

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