Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
WsbSkbAp4BlockCipher.h
Go to the documentation of this file.
1 /*****************************************************************
2 |
3 | Wasabi Example - AP4_BlockCipherFactory implemention using SKB
4 |
5 | $Id: WsbSkbAp4BlockCipher.h 11546 2015-02-03 07:31:48Z jebaseelir $
6 | Original author: Edin Hodzic ([email protected])
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) 2009-2014 by Intertrust. All rights reserved.
14 |
15 ****************************************************************/
16 
17 #ifndef WSB_BLOCK_CIPHER_H
18 #define WSB_BLOCK_CIPHER_H
19 
20 /*----------------------------------------------------------------------
21 | includes
22 +---------------------------------------------------------------------*/
23 
24 #include "Ap4.h"
25 #include "WsbTypes.h"
26 #include "WsbResults.h"
27 
28 /*----------------------------------------------------------------------
29 | declarations
30 +---------------------------------------------------------------------*/
31 
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 
39 // The caller has to delete the returned object when done.
40 WSB_EXPORT WSB_Result
41 WSB_SkbAp4BlockCipherFactory_Create(AP4_BlockCipherFactory*& factory);
42 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif // WSB_BLOCK_CIPHER_H
WSB_EXPORT WSB_Result WSB_SkbAp4BlockCipherFactory_Create(AP4_BlockCipherFactory *&factory)
int WSB_Result
Signed integer value representing a function or method result (return value).
Definition: WsbTypes.h:83
Result codes.
Wasabi Result.