IMediaStreaming Interface

 

WCF service contract between the Media Streaming Provider and the Media Streaming Object Model.

Namespace:   Microsoft.WindowsServerSolutions.MediaStreaming
Assembly:  MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)

[ProviderEndpointBehaviorAttribute(CredentialType::User, ConnectionSetting::AllowLocalAccessOnly)]
public interface class IMediaStreaming

NameDescription
System_CAPS_pubmethodGetMediaSharingLibraryName()

Gets the name of the Media Library shared by the home server.

System_CAPS_pubmethodGetSharedFolders()

Get the list of shared folders on the server.

System_CAPS_pubmethodGetWinSatCpuScore()

Gets the WinSAT processor subscore.

System_CAPS_pubmethodIsComputerMediaStreamingEnabled()

Determines whether media streaming is on or off on the home server.

System_CAPS_pubmethodIsSharedFolderMediaStreamingEnabled(MediaStreamingSharedFolderData^)

Determines whether the specified shared folder is included in the Media Library.

System_CAPS_pubmethodIsWinSatCpuScoreSpecifiedByUser()

Gets whether the CPU assessment is provided by the user.

System_CAPS_pubmethodRepairMediaStreamingMetadataAsync()

Repairs the metadata storing the information of media streaming

System_CAPS_pubmethodSetComputerMediaStreamingEnabled(Boolean)

Enables or disables media streaming on the home server.

System_CAPS_pubmethodSetMediaSharingLibraryName(String^)

Sets the name of the Media Library shared by the home server.

System_CAPS_pubmethodSetSharedFolderMediaStreamingEnabled(MediaStreamingSharedFolderData^, Boolean)

Includes or excludes the specified shared folder from the Media Library.

System_CAPS_pubmethodSetWinSatCpuScore(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).

Return to top

Community Additions

ADD
Show: