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)

System::Object
  Microsoft.WindowsServerSolutions.MediaStreaming::MediaStreamingManager

public ref class MediaStreamingManager 

NameDescription
System_CAPS_pubmethodMediaStreamingManager()

Initializes a new instance of the MediaStreamingManager class.

NameDescription
System_CAPS_pubpropertyConnected

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMediaLibraryName()

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

System_CAPS_pubmethodGetMediaLibraryNameAsync()

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

System_CAPS_pubmethodGetSharedFolders()

Provides a collection of shared folders on the server.

System_CAPS_pubmethodGetSharedFoldersAsync()

Asynchronously provides a collection of shared folders on the server.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsMediaStreamingEnabled()

Indicates whether media streaming is enabled on the server.

System_CAPS_pubmethodIsMediaStreamingEnabledAsync()

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRepairMediaStreamingMetadata()

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

System_CAPS_pubmethodRepairMediaStreamingMetadataAsync()

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

System_CAPS_pubmethodSetMediaLibraryName(String^)

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

System_CAPS_pubmethodSetMediaLibraryNameAsync(String^)

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

System_CAPS_pubmethodSetMediaStreamingEnabled(Boolean)

Enables or disables media streaming on the server.

System_CAPS_pubmethodSetMediaStreamingEnabledAsync(Boolean)

Enables or disables media streaming on the server.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventConnectedChanged

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

System_CAPS_pubeventGetMediaLibraryNameAsyncCompleted

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

System_CAPS_pubeventGetSharedFoldersAsyncCompleted

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

System_CAPS_pubeventIsMediaStreamingEnabledAsyncCompleted

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

System_CAPS_pubeventRepairMediaStreamingMetadataAsyncCompleted

Event raised when the RepairMediaStreamingMetadataAsync method completes.

System_CAPS_pubeventSetMediaLibraryNameAsyncCompleted

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

System_CAPS_pubeventSetMediaStreamingEnabledAsyncCompleted

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

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

Return to top

Community Additions

ADD
Show: