:orphan: .. index:: pair: group; Test API to operate the DLNA media files .. _doxid-group__tapi__media__dlna: Test API to operate the DLNA media files ======================================== .. toctree:: :hidden: Overview ~~~~~~~~ Functions for convenient work with the DLNA files on remote storage. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // global functions bool :ref:`tapi_media_dlna_cmp_with_local`(const :ref:`tapi_upnp_cd_container_node`* dlna_file, const :ref:`tapi_media_file`* local_file); .. _details-group__tapi__media__dlna: 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 ---------------- .. index:: pair: function; tapi_media_dlna_cmp_with_local .. _doxid-group__tapi__media__dlna_1ga71f127bba4cd9ae52f544b5228480f06: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool tapi_media_dlna_cmp_with_local(const :ref:`tapi_upnp_cd_container_node`* dlna_file, const :ref:`tapi_media_file`* local_file) Compare DLNA file with media local file by type, title, dirname and size. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - dlna_file - Remote DLNA file. * - local_file - Local media file. .. rubric:: Returns: Result of comparison: ``true`` if both DLNA and media local files are equal.