C# 클래스 WaveBox.Server.Extensions.IMediaItemExtensions

파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

메소드 설명
File ( this mediaItem ) : FileStream

Return a readonly FileStream of this IMediaItem

FilePath ( this mediaItem ) : string

Get the full filesystem path to this IMediaItem

메소드 상세

File() 공개 정적인 메소드

Return a readonly FileStream of this IMediaItem
public static File ( this mediaItem ) : FileStream
mediaItem this
리턴 System.IO.FileStream

FilePath() 공개 정적인 메소드

Get the full filesystem path to this IMediaItem
public static FilePath ( this mediaItem ) : string
mediaItem this
리턴 string