IMediaStreamDescriptor2 IMediaStreamDescriptor2 IMediaStreamDescriptor2 IMediaStreamDescriptor2 Interface

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Defines an interface implemented by a audio or video stream descriptor.

public : interface IMediaStreamDescriptor2public interface IMediaStreamDescriptor2Public Interface IMediaStreamDescriptor2// You can use this interface in JavaScript.
Inheritance
IMediaStreamDescriptor2IMediaStreamDescriptor2IMediaStreamDescriptor2IMediaStreamDescriptor2
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Inherited Members

Inherited properties

Remarks

AudioStreamDescriptor, VideoStreamDescriptor

Properties

Label Label Label Label

Prerelease. Gets or sets an app-defined label that identifies a stream in a MediaEncodingProfile that contains multiple streams.

public : PlatForm::String Label { get; set; }public string Label { get; set; }Public ReadWrite Property Label As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

An app-defined label that identifies a stream.