RepresentationInfo is the structure describing a representation This structure is used in the function. More...
#include <ivstrepresentation.h>
Public Types | |
| enum | { kNameSize = 64 } |
Public Member Functions | |
| RepresentationInfo () | |
Data Fields | |
| char8 | vendor [kNameSize] |
| Vendor name of the associated representation (remote) (eg. "Yamaha"). | |
| char8 | name [kNameSize] |
| Representation (remote) Name (eg. "O2"). | |
| char8 | version [kNameSize] |
| Version of this "Remote" (eg. "1.0"). | |
| char8 | host [kNameSize] |
| Optional: used if the representation is for a given host only (eg. "Nuendo"). | |
RepresentationInfo is the structure describing a representation This structure is used in the function.
| RepresentationInfo | ( | ) | [inline] |