IMediaEncodingProperties.Properties 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 additional format properties.
public:
property MediaPropertySet ^ Properties { MediaPropertySet ^ get(); };
MediaPropertySet Properties();
public MediaPropertySet Properties { get; }
var mediaPropertySet = iMediaEncodingProperties.properties;
Public ReadOnly Property Properties As MediaPropertySet
Property Value
A property set that contains format properties.