Use case: add metadata to headerless graph input audio streams.

PiperOrigin-RevId: 508389799
This commit is contained in:
MediaPipe Team
2023-02-09 09:07:02 -08:00
committed by Copybara-Service
parent 598d44a27d
commit c3907229fe
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -117,6 +117,7 @@ mediapipe_proto_library(
"//mediapipe/framework:calculator_proto",
"//mediapipe/framework/formats:classification_proto",
"//mediapipe/framework/formats:landmark_proto",
"//mediapipe/framework/formats:time_series_header_proto",
],
)
@@ -1158,6 +1159,7 @@ cc_library(
"//mediapipe/framework:collection_item_id",
"//mediapipe/framework/formats:classification_cc_proto",
"//mediapipe/framework/formats:landmark_cc_proto",
"//mediapipe/framework/formats:time_series_header_cc_proto",
"//mediapipe/framework/port:integral_types",
"//mediapipe/framework/port:ret_check",
"//mediapipe/framework/port:status",