Mirage.FilterStreamInfo

Fields

Name

Type

Access

Description

description

[str]

r/w

zero-terminated array of file type description strings

id

str

r/w

filter stream ID

mime_type

[str]

r/w

zero-terminated array of file type MIME strings

name

str

r/w

filter stream name

writable

bool

r/w

whether filter stream supports write operation

Methods

copy (dest)

free ()

Details

class Mirage.FilterStreamInfo

A structure containing filter stream information. It can be obtained with call to Mirage.FilterStream.get_info().

copy(dest)
Parameters:

dest (Mirage.FilterStreamInfo) – a Mirage.FilterStreamInfo to copy data to

Copies parser information from self to dest.

free()

Frees the allocated fields in self (but not the structure itself!).