C# 클래스 NMaier.SimpleDlna.Thumbnails.VideoThumbnailLoader

상속: Logging, IThumbnailLoader, IDisposable
파일 보기 프로젝트 열기: nmaier/simpleDLNA

공개 메소드들

메소드 설명
Dispose ( ) : void
GetThumbnail ( object item, int &width, int &height ) : MemoryStream
VideoThumbnailLoader ( ) : System

비공개 메소드들

메소드 설명
GetThumbnailFromProcess ( Process p, int &width, int &height ) : MemoryStream
GetThumbnailInternal ( FileInfo file, int &width, int &height ) : MemoryStream
GetThumbnailInternal ( Stream stream, int &width, int &height ) : MemoryStream
IdentifyBestCapturePosition ( FileInfo file ) : long

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetThumbnail() 공개 메소드

public GetThumbnail ( object item, int &width, int &height ) : MemoryStream
item object
width int
height int
리턴 System.IO.MemoryStream

VideoThumbnailLoader() 공개 메소드

public VideoThumbnailLoader ( ) : System
리턴 System