次の方法で共有


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)

Syntax

[ProviderEndpointBehaviorAttribute(CredentialType.User, ConnectionSetting.AllowLocalAccessOnly)]
public interface IMediaStreaming
[ProviderEndpointBehaviorAttribute(CredentialType::User, ConnectionSetting::AllowLocalAccessOnly)]
public interface class IMediaStreaming
<ProviderEndpointBehaviorAttribute(CredentialType.User, ConnectionSetting.AllowLocalAccessOnly)>
Public Interface IMediaStreaming

Methods

Name Description
System_CAPS_pubmethod GetMediaSharingLibraryName()

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

System_CAPS_pubmethod GetSharedFolders()

Get the list of shared folders on the server.

System_CAPS_pubmethod GetWinSatCpuScore()

Gets the WinSAT processor subscore.

System_CAPS_pubmethod IsComputerMediaStreamingEnabled()

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

System_CAPS_pubmethod IsSharedFolderMediaStreamingEnabled(MediaStreamingSharedFolderData)

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

System_CAPS_pubmethod IsWinSatCpuScoreSpecifiedByUser()

Gets whether the CPU assessment is provided by the user.

System_CAPS_pubmethod RepairMediaStreamingMetadataAsync()

Repairs the metadata storing the information of media streaming

System_CAPS_pubmethod SetComputerMediaStreamingEnabled(Boolean)

Enables or disables media streaming on the home server.

System_CAPS_pubmethod SetMediaSharingLibraryName(String)

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

System_CAPS_pubmethod SetSharedFolderMediaStreamingEnabled(MediaStreamingSharedFolderData, Boolean)

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

System_CAPS_pubmethod SetWinSatCpuScore(Double)

Sets the WinSAT processor subscore.

Remarks

Includes attributes that are required for potential implementors (any service provider offering media configuration functionality, including the Media Streaming Provider).

See Also

Microsoft.WindowsServerSolutions.MediaStreaming Namespace

Return to top