Mirage.FilterStreamInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
description |
[ |
r/w |
zero-terminated array of file type description strings |
id |
r/w |
filter stream ID |
|
mime_type |
[ |
r/w |
zero-terminated array of file type MIME strings |
name |
r/w |
filter stream name |
|
writable |
r/w |
whether filter stream supports write operation |
Methods¶
|
|
|
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
) – aMirage.FilterStreamInfo
to copy data to
Copies parser information from self to dest.
- free()¶
Frees the allocated fields in self (but not the structure itself!).