Wasabi ExpressPlay SDK for Embedded Systems  1.10
ShiLicenseInfo.h
Go to the documentation of this file.
1 /*****************************************************************
2 |
3 | Sushi - License Info
4 |
5 | $Id: ShiLicenseInfo.h 7930 2014-06-25 11:05:10Z jebaseelir $
6 | Original author: Gilles Boccon-Gibod
7 |
8 | This software is provided to you pursuant to your agreement
9 | with Intertrust Technologies Corporation ("Intertrust").
10 | This software may be used only in accordance with the terms
11 | of the agreement.
12 |
13 | Copyright (c) 2005-2014 by Intertrust. All rights reserved.
14 |
15 ****************************************************************/
21 #ifndef _SHI_LICENSE_INFO_H_
22 #define _SHI_LICENSE_INFO_H_
23 
24 /*----------------------------------------------------------------------
25 | includes
26 +---------------------------------------------------------------------*/
27 #include "ShiResults.h"
28 #include "ShiTypes.h"
29 #include "ShiAttributes.h"
30 
31 /*----------------------------------------------------------------------
32 | types
33 +---------------------------------------------------------------------*/
37 typedef enum {
42 
43 /*----------------------------------------------------------------------
44 | interfaces
45 +---------------------------------------------------------------------*/
46 #if defined(__cplusplus)
47 extern "C" {
48 #endif
49 
60 
72 void*
74 
86 
107  SHI_Attribute** description);
108 
124  SHI_Attribute** details);
125 
127 #if defined(__cplusplus)
128 }
129 #endif
130 
131 #endif /* _SHI_LICENSE_INFO_H_ */