SSMEDrmSetupDecryptorCompletedEventArgs Class

Represents event arguments for a DrmSetupDecryptorCompleted event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.Web.Media.SmoothStreaming.SSMEDrmSetupDecryptorCompletedEventArgs

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Class SSMEDrmSetupDecryptorCompletedEventArgs _
    Inherits AsyncCompletedEventArgs
'Usage

Dim instance As SSMEDrmSetupDecryptorCompletedEventArgs
public class SSMEDrmSetupDecryptorCompletedEventArgs : AsyncCompletedEventArgs
public ref class SSMEDrmSetupDecryptorCompletedEventArgs : public AsyncCompletedEventArgs
type SSMEDrmSetupDecryptorCompletedEventArgs =  
    class
        inherit AsyncCompletedEventArgs
    end
public class SSMEDrmSetupDecryptorCompletedEventArgs extends AsyncCompletedEventArgs

The SSMEDrmSetupDecryptorCompletedEventArgs type exposes the following members.

Properties

  Name Description
Public property Cancelled (Inherited from AsyncCompletedEventArgs.)
Public property ChunkInfo Gets the chunk information associated with the decryptor.
Public property Error (Inherited from AsyncCompletedEventArgs.)
Public property KeyId Gets the KeyID of the decryptor being set up.
Public property UserState (Inherited from AsyncCompletedEventArgs.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method RaiseExceptionIfNecessary (Inherited from AsyncCompletedEventArgs.)
Public method ToString (Inherited from Object.)

Top

Version Information

Silverlight

Supported in: 5

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

Reference

Microsoft.Web.Media.SmoothStreaming Namespace