MediaEncodingProfile.SetTimedMetadataTracks Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the list of TimedMetadataStreamDescriptor objects describing the timed metadata streams included in the MediaEncodingProfile.
public:
virtual void SetTimedMetadataTracks(IIterable<TimedMetadataStreamDescriptor ^> ^ value) = SetTimedMetadataTracks;
void SetTimedMetadataTracks(IIterable<TimedMetadataStreamDescriptor> const& value);
public void SetTimedMetadataTracks(IEnumerable<TimedMetadataStreamDescriptor> value);
function setTimedMetadataTracks(value)
Public Sub SetTimedMetadataTracks (value As IEnumerable(Of TimedMetadataStreamDescriptor))
Parameters
A collection of TimedMetadataStreamDescriptor objects.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Remarks
The Label field for each VideoStreamDescriptor in the collection must be unique. If you attempt to add more than one stream descriptor with the same label, an invalid argument error will occur.