ContainerEncodingProperties.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 for the media container.
public:
property MediaPropertySet ^ Properties { MediaPropertySet ^ get(); };
MediaPropertySet Properties();
public MediaPropertySet Properties { get; }
var mediaPropertySet = containerEncodingProperties.properties;
Public ReadOnly Property Properties As MediaPropertySet
Property Value
A property set that contains format properties.
Implements
Remarks
For information on working with a property set collection, see PropertySet.