Wasabi ExpressPlay SDK for Embedded Systems
1.10
Main Page
Modules
Data Structures
Files
File List
Globals
Client
Source
Interface
Extended
WsbSkbAp4BlockCipher.h
Go to the documentation of this file.
1
/*****************************************************************
2
|
3
| Wasabi Example - AP4_BlockCipherFactory implemention using SKB
4
|
5
| $Id: WsbSkbAp4BlockCipher.h 10793 2014-06-25 12:46:08Z jebaseelir $
6
| Original author: Edin Hodzic (dino@concisoft.com)
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
36
// The caller has to delete the returned object when done.
37
WSB_EXPORT
WSB_Result
38
WSB_SkbAp4BlockCipherFactory_Create
(AP4_BlockCipherFactory*& factory);
39
40
#ifdef __cplusplus
41
}
42
#endif
43
44
#endif // WSB_BLOCK_CIPHER_H