Share via


MediaStreamSample.ExtendedProperties Property

Definition

Gets the extended property set which enables getting and setting properties on the MediaStreamSample.

public:
 property MediaStreamSamplePropertySet ^ ExtendedProperties { MediaStreamSamplePropertySet ^ get(); };
MediaStreamSamplePropertySet ExtendedProperties();
public MediaStreamSamplePropertySet ExtendedProperties { get; }
var mediaStreamSamplePropertySet = mediaStreamSample.extendedProperties;
Public ReadOnly Property ExtendedProperties As MediaStreamSamplePropertySet

Property Value

The extended properties map.

Remarks

The ExtendedProperties is used for less common properties which are not directly accessible on the MediaStreamSamplePropertySet object. The properties are accessed through their GUID values. For example, the video stride property is accessed through the GUID value “0x644b4e48, 0x1e02, 0x4516, 0xb0, 0xeb, 0xc0, 0x1c, 0xa9, 0xd4, 0x9a, 0xc6”, which is the GUID for MF_MT_DEFAULT_STRIDE.

Applies to