Public Attributes | |
| union { | |
| int value_int | |
| long long value_longlong | |
| }; | |
| String | name |
| AttributeTypes | type |
| ByteVector | value_bytes |
| String | value_string |
Definition at line 27 of file wmaattribute.cpp.
| union { ... } |
| String name |
Definition at line 31 of file wmaattribute.cpp.
| AttributeTypes type |
Definition at line 30 of file wmaattribute.cpp.
| ByteVector value_bytes |
Definition at line 33 of file wmaattribute.cpp.
| int value_int |
Definition at line 35 of file wmaattribute.cpp.
| long long value_longlong |
Definition at line 36 of file wmaattribute.cpp.
| String value_string |
Definition at line 32 of file wmaattribute.cpp.
1.5.1