C# 클래스 NMaier.SimpleDlna.FileMediaServer.Cover

상속: NMaier.SimpleDlna.Utilities.Logging, IMediaCoverResource, IMetaInfo, ISerializable
파일 보기 프로젝트 열기: nmaier/simpleDLNA 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Cover System
Cover System
ForceLoad byte[]

공개 메소드들

메소드 설명
CompareTo ( IMediaItem other ) : int
Cover ( FileInfo aFile ) : System
CreateContentStream ( ) : Stream
Dispose ( ) : void
Equals ( IMediaItem other ) : bool
GetObjectData ( SerializationInfo info, StreamingContext ctx ) : void
ToComparableTitle ( ) : string

비공개 메소드들

메소드 설명
Cover ( FileInfo aFile, Stream aStream ) : System
Cover ( SerializationInfo info, StreamingContext ctx ) : System
ForceLoad ( ) : byte[]

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( IMediaItem other ) : int
other IMediaItem
리턴 int

Cover() 공개 메소드

public Cover ( FileInfo aFile ) : System
aFile System.IO.FileInfo
리턴 System

CreateContentStream() 공개 메소드

public CreateContentStream ( ) : Stream
리턴 Stream

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( IMediaItem other ) : bool
other IMediaItem
리턴 bool

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext ctx ) : void
info System.Runtime.Serialization.SerializationInfo
ctx System.Runtime.Serialization.StreamingContext
리턴 void

ToComparableTitle() 공개 메소드

public ToComparableTitle ( ) : string
리턴 string