|
static u32 | cryptinfo_get_crypt_type (char *cr_type) |
|
static void | cryptinfo_node_start (void *sax_cbck, const char *node_name, const char *name_space, const GF_XMLAttribute *attributes, u32 nb_attributes) |
|
static void | cryptinfo_node_end (void *sax_cbck, const char *node_name, const char *name_space) |
|
static void | cryptinfo_text (void *sax_cbck, const char *text, Bool is_cdata) |
|
void | gf_crypt_info_del (GF_CryptInfo *info) |
|
GF_CryptInfo * | gf_crypt_info_load (const char *file, GF_Err *out_err) |
|
static Bool | on_decrypt_event (void *_udta, GF_Event *evt) |
|
static GF_Err | gf_decrypt_file_ex (GF_ISOFile *mp4, const char *drm_file, const char *dst_file, Double interleave_time, const char *fragment_name, u32 fs_dump_flags) |
|
GF_EXPORT GF_Err | gf_decrypt_fragment (GF_ISOFile *mp4, const char *drm_file, const char *dst_file, const char *fragment_name, u32 fs_dump_flags) |
|
GF_EXPORT GF_Err | gf_decrypt_file (GF_ISOFile *mp4, const char *drm_file, const char *dst_file, Double interleave_time, u32 fs_dump_flags) |
|
static Bool | on_crypt_event (void *_udta, GF_Event *evt) |
|
static GF_Err | gf_crypt_file_ex (GF_ISOFile *mp4, const char *drm_file, const char *dst_file, Double interleave_time, const char *fragment_name, u32 fs_dump_flags) |
|
GF_EXPORT GF_Err | gf_crypt_fragment (GF_ISOFile *mp4, const char *drm_file, const char *dst_file, const char *fragment_name, u32 fs_dump_flags) |
|
GF_EXPORT GF_Err | gf_crypt_file (GF_ISOFile *mp4, const char *drm_file, const char *dst_file, Double interleave_time, u32 fs_dump_flags) |
|