The following tables list the members exposed by WMProfile.
| Name | Description | |
|---|---|---|
| WMProfile Constructor | Initializes a new instance of the WMProfile class. |
| Name | Description | |
|---|---|---|
| Description | Gets or sets a character string that contains the profile's description. |
| MutualExclusionCount | Gets the total number of mutual exclusion objects in the profile. |
| Name | Gets or sets a character string that represents the name of the profile. |
| StreamCount | Gets the number of streams in the profile. |
| Version | Gets the version number of the media format SDK used to create the profile. |
| Name | Description | |
|---|---|---|
| AddMutualExclusion | Adds a mutual exclusion object to the profile. Adds a mutual exclusion object to the profile. |
| AddStream | Adds a stream to the profile. Adds a stream to the profile. |
| CreateNewMutualExclusion | Creates a mutual exclusion object. |
| CreateNewStream | Creates a new stream configuration object that can be used to describe a media stream in the profile. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| GetMutualExclusion | Gets the specified mutual exclusion object in the profile. |
| GetStream | Gets the stream at the specified index from the profile. |
| GetStreamByNumber | Gets the stream with the specified number in the profile. |
| ReconfigStream | Reconfigures a stream in the profile. Reconfigures a stream in the profile, based on the stream configuration information in the specified WMStreamConfig object. |
| RemoveMutualExclusion | Removes the specified mutual exclusion object from the profile. |
| RemoveStream | Removes the specified stream from the profile. |
| RemoveStreamByNumber | Removes the stream having the specified number from the profile. |