ContainerEncodingProperties.Properties Property

Definition

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.

Applies to