IMediaStreaming Interface
WCF service contract between the Media Streaming Provider and the Media Streaming Object Model.
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
| Name | Description | |
|---|---|---|
![]() | GetMediaSharingLibraryName() | Gets the name of the Media Library shared by the home server. |
![]() | GetSharedFolders() | Get the list of shared folders on the server. |
![]() | GetWinSatCpuScore() | Gets the WinSAT processor subscore. |
![]() | IsComputerMediaStreamingEnabled() | Determines whether media streaming is on or off on the home server. |
![]() | IsSharedFolderMediaStreamingEnabled(MediaStreamingSharedFolderData^) | Determines whether the specified shared folder is included in the Media Library. |
![]() | IsWinSatCpuScoreSpecifiedByUser() | Gets whether the CPU assessment is provided by the user. |
![]() | RepairMediaStreamingMetadataAsync() | Repairs the metadata storing the information of media streaming |
![]() | SetComputerMediaStreamingEnabled(Boolean) | Enables or disables media streaming on the home server. |
![]() | SetMediaSharingLibraryName(String^) | Sets the name of the Media Library shared by the home server. |
![]() | SetSharedFolderMediaStreamingEnabled(MediaStreamingSharedFolderData^, Boolean) | Includes or excludes the specified shared folder from the Media Library. |
![]() | SetWinSatCpuScore(Double) | Sets the WinSAT processor subscore. |
Includes attributes that are required for potential implementors (any service provider offering media configuration functionality, including the Media Streaming Provider).
