AdaptiveMediaSourceDiagnosticAvailableEventArgs.ResourceContentType Property
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.
Gets a string representing the content type associated with the event.
public:
property Platform::String ^ ResourceContentType { Platform::String ^ get(); };
winrt::hstring ResourceContentType();
public string ResourceContentType { get; }
var string = adaptiveMediaSourceDiagnosticAvailableEventArgs.resourceContentType;
Public ReadOnly Property ResourceContentType As String
Property Value
The content type associated with the event.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Remarks
This value is optional. The property will be set if the value is found in the DASH manifest. For content with a ResourceType of MediaSegment, the property value is set using the DASH manifest’s AdaptationSet@mimeType attribute.