C# 클래스 System.Windows.Media.LicenseAcquirer

파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

공개 메소드들

메소드 설명
AcquireLicenseAsync ( System.Guid keyId, ContentKeyType keyType, System.Guid serviceId ) : void
AcquireLicenseAsync ( Stream mediaStream ) : void
AcquireLicenseAsync ( byte mediaHeader ) : void
CancelAsync ( ) : void
LicenseAcquirer ( ) : System

보호된 메소드들

메소드 설명
OnAcquireLicense ( Stream licenseChallenge, Uri licenseServerUri ) : void
OnCancel ( ) : void
SetLicenseResponse ( Stream licenseResponse ) : void

메소드 상세

AcquireLicenseAsync() 공개 메소드

public AcquireLicenseAsync ( System.Guid keyId, ContentKeyType keyType, System.Guid serviceId ) : void
keyId System.Guid
keyType ContentKeyType
serviceId System.Guid
리턴 void

AcquireLicenseAsync() 공개 메소드

public AcquireLicenseAsync ( Stream mediaStream ) : void
mediaStream Stream
리턴 void

AcquireLicenseAsync() 공개 메소드

public AcquireLicenseAsync ( byte mediaHeader ) : void
mediaHeader byte
리턴 void

CancelAsync() 공개 메소드

public CancelAsync ( ) : void
리턴 void

LicenseAcquirer() 공개 메소드

public LicenseAcquirer ( ) : System
리턴 System

OnAcquireLicense() 보호된 메소드

protected OnAcquireLicense ( Stream licenseChallenge, Uri licenseServerUri ) : void
licenseChallenge Stream
licenseServerUri System.Uri
리턴 void

OnCancel() 보호된 메소드

protected OnCancel ( ) : void
리턴 void

SetLicenseResponse() 보호된 메소드

protected SetLicenseResponse ( Stream licenseResponse ) : void
licenseResponse Stream
리턴 void