Test API to operate the DLNA media files

Overview

Functions for convenient work with the DLNA files on remote storage. More…

// global functions

bool tapi_media_dlna_cmp_with_local(const tapi_upnp_cd_container_node* dlna_file, const tapi_media_file* local_file);

Detailed Documentation

Functions for convenient work with the DLNA files on remote storage.

Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved.

Global Functions

bool tapi_media_dlna_cmp_with_local(const tapi_upnp_cd_container_node* dlna_file, const tapi_media_file* local_file)

Compare DLNA file with media local file by type, title, dirname and size.

Parameters:

dlna_file

Remote DLNA file.

local_file

Local media file.

Returns:

Result of comparison: true if both DLNA and media local files are equal.