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


"

For a list of all members of this type, see WMProfile members.

"

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