次の方法で共有


MediaStreamingManager Class

 

Represents synchronous and asynchronous operations that are used to interact with the media streaming provider.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.MediaStreaming.MediaStreamingManager

Syntax

public class MediaStreamingManager
public ref class MediaStreamingManager 
Public Class MediaStreamingManager

Constructors

Name Description
System_CAPS_pubmethod MediaStreamingManager()

Initializes a new instance of the MediaStreamingManager class.

Properties

Name Description
System_CAPS_pubproperty Connected

Indicates whether the media streaming manager is connected to the media streaming provider.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetMediaLibraryName()

Provides the name of the Media Library that is shared by the server.

System_CAPS_pubmethod GetMediaLibraryNameAsync()

Asynchronously provides the name of the Media Library that is shared by the server.

System_CAPS_pubmethod GetSharedFolders()

Provides a collection of shared folders on the server.

System_CAPS_pubmethod GetSharedFoldersAsync()

Asynchronously provides a collection of shared folders on the server.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsMediaStreamingEnabled()

Indicates whether media streaming is enabled on the server.

System_CAPS_pubmethod IsMediaStreamingEnabledAsync()

Asynchronous method for determining whether media streaming is enabled on the server.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod RepairMediaStreamingMetadata()

Synchronous method for repairing the metadata storing the information of media streaming

System_CAPS_pubmethod RepairMediaStreamingMetadataAsync()

Asynchronous method for repairing the metadata storing the information of media streaming

System_CAPS_pubmethod SetMediaLibraryName(String)

Sets the name of the Media Library that is shared on the server.

System_CAPS_pubmethod SetMediaLibraryNameAsync(String)

Asynchronously sets the name of the Media Library that is shared on the server.

System_CAPS_pubmethod SetMediaStreamingEnabled(Boolean)

Enables or disables media streaming on the server.

System_CAPS_pubmethod SetMediaStreamingEnabledAsync(Boolean)

Enables or disables media streaming on the server.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent ConnectedChanged

Represents the event that is raised when the Connected property changes.

System_CAPS_pubevent GetMediaLibraryNameAsyncCompleted

Represents the event that is raised when the GetMediaLibraryNameAsync method finishes.

System_CAPS_pubevent GetSharedFoldersAsyncCompleted

Represents the event that is raised when the GetSharedFoldersAsync method finishes.

System_CAPS_pubevent IsMediaStreamingEnabledAsyncCompleted

Represents the event that is raised when the IsMediaStreamingEnabledAsync method finishes.

System_CAPS_pubevent RepairMediaStreamingMetadataAsyncCompleted

Event raised when the RepairMediaStreamingMetadataAsync method completes.

System_CAPS_pubevent SetMediaLibraryNameAsyncCompleted

Represents the event that is raised when the SetMediaLibraryNameAsync method finishes.

System_CAPS_pubevent SetMediaStreamingEnabledAsyncCompleted

Represents the event that is raised when the SetMediaStreamingEnabledAsync method finishes.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.MediaStreaming Namespace

Return to top