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 | |
---|---|---|
MediaStreamingManager() | Initializes a new instance of the MediaStreamingManager class. |
Properties
Name | Description | |
---|---|---|
Connected | Indicates whether the media streaming manager is connected to the media streaming provider. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetMediaLibraryName() | Provides the name of the Media Library that is shared by the server. |
|
GetMediaLibraryNameAsync() | Asynchronously provides the name of the Media Library that is shared by the server. |
|
GetSharedFolders() | Provides a collection of shared folders on the server. |
|
GetSharedFoldersAsync() | Asynchronously provides a collection of shared folders on the server. |
|
GetType() | (Inherited from Object.) |
|
IsMediaStreamingEnabled() | Indicates whether media streaming is enabled on the server. |
|
IsMediaStreamingEnabledAsync() | Asynchronous method for determining whether media streaming is enabled on the server. |
|
MemberwiseClone() | (Inherited from Object.) |
|
RepairMediaStreamingMetadata() | Synchronous method for repairing the metadata storing the information of media streaming |
|
RepairMediaStreamingMetadataAsync() | Asynchronous method for repairing the metadata storing the information of media streaming |
|
SetMediaLibraryName(String) | Sets the name of the Media Library that is shared on the server. |
|
SetMediaLibraryNameAsync(String) | Asynchronously sets the name of the Media Library that is shared on the server. |
|
SetMediaStreamingEnabled(Boolean) | Enables or disables media streaming on the server. |
|
SetMediaStreamingEnabledAsync(Boolean) | Enables or disables media streaming on the server. |
|
ToString() | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
ConnectedChanged | Represents the event that is raised when the Connected property changes. |
|
GetMediaLibraryNameAsyncCompleted | Represents the event that is raised when the GetMediaLibraryNameAsync method finishes. |
|
GetSharedFoldersAsyncCompleted | Represents the event that is raised when the GetSharedFoldersAsync method finishes. |
|
IsMediaStreamingEnabledAsyncCompleted | Represents the event that is raised when the IsMediaStreamingEnabledAsync method finishes. |
|
RepairMediaStreamingMetadataAsyncCompleted | Event raised when the RepairMediaStreamingMetadataAsync method completes. |
|
SetMediaLibraryNameAsyncCompleted | Represents the event that is raised when the SetMediaLibraryNameAsync method finishes. |
|
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