Share via


StreamSelector.SetModifyingStreams Method

Indicates to the platform which types of streams the application will modify.

Syntax

  public void SetModifyingStreams(
  StreamType 
  streamType
  
);

Parameters

streamType

Microsoft.MediaCenter.TVVM.StreamType. A member of the StreamType enumeration, treated as a bitmask. Multiple streams can be selected.

Return Value

This method does not return a value.

Remarks

The valid values of stream types are:

  • Microsoft.MediaCenter.TVVM.StreamType.Audio
  • Microsoft.MediaCenter.TVVM.StreamType.Teletext
  • Microsoft.MediaCenter.TVVM.StreamType.Subtitles

Calling this method is not required when modifying video streams.

Without calling this method, the platform will determine the correct selection of streams by its default processing. Selecting the stream types to modify indicates to the platform not do its default processing on those stream types.

Requirements

Reference: Microsoft.MediaCenter.ITVVM

Namespace: Microsoft.MediaCenter.TVVM

Assembly: Microsoft.MediaCenter.ITVVM.dll

Platform: Windows 7

See Also