IWMEncSourceGroup2 Interface

Windows Media Encoder SDK banner art

The IWMEncSourceGroup2 interface manages a source group of media streams. Currently, a source group can contain no more than one audio, one video, one HTML, and one script stream. Only one source group can be encoded at a time, and a source group can be associated with only one profile and one device control collection. You can also specify other source groups to use after the current one has ended.

In addition to the methods inherited from the IWMEncSourceGroup interface, the IWMEncSourceGroup2 interface exposes the following property and methods.

Property Description
DeviceControlCollection Retrieves the collection of device controls for the source group.
Method Description
GetAutoRollover Retrieves the name of the source group that the current source group will roll over to automatically.
SetAutoRollover Specifies the name of the source group that the current source group will roll over to automatically.

See Also