ltmmWMProfile.AddStream Method
object.AddStream(Config As ltmmWMStreamConfig) |
Remarks
Adds a stream to the profile.
This method works by copying the stream configuration details into the profile.
New streams are created using ltmmWMProfile.CreateNewStream Method. Configure the newly created stream using the ltmmWMStreamConfig object methods and properties before adding it to the profile using this method. A maximum of 63 streams can be added to a profile.
For more information, refer to the Microsoft documentation for IWMProfile::AddStream at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform11/htm/iwmprofileaddstream.asp.
See Also