LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
WMProfile Class Members
See Also  Properties  Methods 
Leadtools.Multimedia Namespace : WMProfile Class

The following tables list the members exposed by WMProfile.

Public Constructors

 NameDescription
public Constructor WMProfile ConstructorInitializes a new instance of the WMProfile class.  
Top

Public Properties

 NameDescription
public Property DescriptionGets or sets a character string that contains the profile's description.  
public Property MutualExclusionCountGets the total number of mutual exclusion objects in the profile.  
public Property NameGets or sets a character string that represents the name of the profile.  
public Property StreamCountGets the number of streams in the profile.  
public Property VersionGets the version number of the media format SDK used to create the profile.  
Top

Public Methods

 NameDescription
public Method AddMutualExclusionAdds a mutual exclusion object to the profile. Adds a mutual exclusion object to the profile.  
public Method AddStreamAdds a stream to the profile. Adds a stream to the profile.  
public Method CreateNewMutualExclusionCreates a mutual exclusion object.  
public Method CreateNewStreamCreates a new stream configuration object that can be used to describe a media stream in the profile.  
public Method DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
public Method GetMutualExclusionGets the specified mutual exclusion object in the profile.  
public Method GetStreamGets the stream at the specified index from the profile.  
public Method GetStreamByNumberGets the stream with the specified number in the profile.  
public Method ReconfigStreamReconfigures a stream in the profile. Reconfigures a stream in the profile, based on the stream configuration information in the specified WMStreamConfig object.  
public Method RemoveMutualExclusionRemoves the specified mutual exclusion object from the profile.  
public Method RemoveStreamRemoves the specified stream from the profile.  
public Method RemoveStreamByNumberRemoves the stream having the specified number from the profile.  
Top

See Also