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 | |
---|---|---|
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. |
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