label property

String? label

This may label audio and video sources (e.g., "Internal microphone" or "External USB Webcam").

Returns the label of the object's corresponding source, if any. If the corresponding source has or had no label, returns an empty string.

Implementation

String? get label;