MediaEncodingProfile.Container 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 or sets the properties of the media container.
public:
property ContainerEncodingProperties ^ Container { ContainerEncodingProperties ^ get(); void set(ContainerEncodingProperties ^ value); };
ContainerEncodingProperties Container();
void Container(ContainerEncodingProperties value);
public ContainerEncodingProperties Container { get; set; }
var containerEncodingProperties = mediaEncodingProfile.container;
mediaEncodingProfile.container = containerEncodingProperties;
Public Property Container As ContainerEncodingProperties
Property Value
The properties of the media container.