:orphan: .. index:: pair: group; Test API to operate the DLNA UPnP Content Directory Resources .. _doxid-group__tapi__upnp__cd__resources: Test API to operate the DLNA UPnP Content Directory Resources ============================================================= .. toctree:: :hidden: struct_tapi_upnp_resources_uri_node.rst Overview ~~~~~~~~ Definition of Test API for DLNA UPnP Content Directory Resources features. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // typedefs typedef struct :ref:`tapi_upnp_resources_uri_node` :ref:`tapi_upnp_resources_uri_node`; typedef struct tapi_upnp_media_uri :target:`tapi_upnp_media_uri`; // structs struct :ref:`tapi_upnp_resources_uri_node`; // global functions :ref:`SLIST_HEAD`(tapi_upnp_media_uri, :ref:`tapi_upnp_resources_uri_node`); :ref:`te_errno` :ref:`tapi_upnp_resources_get_media_uri`(:ref:`tapi_upnp_cd_container_node`* container, :ref:`tapi_upnp_cd_resource_type` type, tapi_upnp_media_uri* media); void :ref:`tapi_upnp_resources_free_media_uri`(tapi_upnp_media_uri* media); void :ref:`tapi_upnp_print_resource_info`(const :ref:`tapi_upnp_cd_resource`* res); .. _details-group__tapi__upnp__cd__resources: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Definition of Test API for DLNA UPnP Content Directory Resources features. Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Typedefs -------- .. index:: pair: typedef; tapi_upnp_resources_uri_node .. _doxid-group__tapi__upnp__cd__resources_1gafcda44a7d6999e6b72bc7fd782010f25: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef struct :ref:`tapi_upnp_resources_uri_node` tapi_upnp_resources_uri_node UPnP media resources URL. Global Functions ---------------- .. index:: pair: function; SLIST_HEAD .. _doxid-group__tapi__upnp__cd__resources_1gab038466b943b1255a72430b63341ef9c: .. ref-code-block:: cpp :class: doxyrest-title-code-block SLIST_HEAD(tapi_upnp_media_uri, :ref:`tapi_upnp_resources_uri_node`) Head of the UPnP media resources list. .. index:: pair: function; tapi_upnp_resources_get_media_uri .. _doxid-group__tapi__upnp__cd__resources_1gaaf98c7166e1a1372e29a337b6aa4008e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_upnp_resources_get_media_uri(:ref:`tapi_upnp_cd_container_node`* container, :ref:`tapi_upnp_cd_resource_type` type, tapi_upnp_media_uri* media) Get URLs of existed media resources, which satisfy to particular resource type. Note, ``media`` should be freed with **tapi_upnp_resources_free_media_uri** when it is no longer needed. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - container - Subtree of containers. * - type - Resource type of media to find. * - media - Media URLs list to collect obtained data. .. rubric:: Returns: Status code. On success, ``0``. .. rubric:: See also: :ref:`tapi_upnp_resources_free_media_uri ` .. index:: pair: function; tapi_upnp_resources_free_media_uri .. _doxid-group__tapi__upnp__cd__resources_1ga88683d83222fbfb1294bc80598b67357: .. ref-code-block:: cpp :class: doxyrest-title-code-block void tapi_upnp_resources_free_media_uri(tapi_upnp_media_uri* media) Empty the list of media URLs (free allocated memory) which was obtained with **tapi_upnp_resources_get_media_uri**. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - media - Media URLs list. .. rubric:: See also: :ref:`tapi_upnp_resources_get_media_uri ` .. index:: pair: function; tapi_upnp_print_resource_info .. _doxid-group__tapi__upnp__cd__resources_1gaf7fea2768da81ac1ca7f186b54ac7380: .. ref-code-block:: cpp :class: doxyrest-title-code-block void tapi_upnp_print_resource_info(const :ref:`tapi_upnp_cd_resource`* res) Print UPnP Content Directory object resource context using RING function. This function should be used for debugging purpose. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - res - Content Directory object resource.