Project

General

Profile

Actions

Support Request #8895

closed

Convenience method to create pins using description from Media Description Service

Added by hidden over 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Customer:
AUDI
Department:
EF
Requester's Priority:
Normal
Support Level:
3rd Level
Resolution:
Product Issue Opened
Affected Products:
Platform:
Topic:
ADTF::MediaDescription
FAQ Links:

Description

Supportanfrage

Franz muss in seinem Filter mehrere Pins anlegen. Dabei holt er sich die Description für den Pin vom adtf_media_description Service:

adtf::ucom::object_ptr<adtf::streaming::IStreamType> pType;
adtf::mediadescription::create_adtf_default_stream_type_from_service(static_cast<adtf_util::cString>("TL_tTrajectoryRel"), pType);
trajectory_reader = CreateInputPin("TrajectoryRel", pType);

Seine Frage/Idee: Geht das nicht auch als Einzeiler:

trajectory_reader = CreateInputPin("TrajectoryRel", "TL_tTrajectoryRel");

Lösung

ACORE-10257 angelegt

Actions

Also available in: Atom PDF