C# 클래스 mobSocial.Services.MediaServices.MobSocialVideoProcessor

상속: IMobSocialVideoProcessor
파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
WriteVideoThumbnailPicture ( string videoFilePath, string imageFilePath ) : void
WriteVideoThumbnailPicture ( string videoFilePath, string imageFilePath, PictureSize size ) : void
WriteVideoThumbnailPicture ( string videoFilePath, string imageFilePath, PictureSize size, float frameTime ) : void
WriteVideoThumbnailPicture ( string videoFilePath, string imageFilePath, float frameTime ) : void

메소드 상세

WriteVideoThumbnailPicture() 공개 메소드

public WriteVideoThumbnailPicture ( string videoFilePath, string imageFilePath ) : void
videoFilePath string
imageFilePath string
리턴 void

WriteVideoThumbnailPicture() 공개 메소드

public WriteVideoThumbnailPicture ( string videoFilePath, string imageFilePath, PictureSize size ) : void
videoFilePath string
imageFilePath string
size mobSocial.Core.Infrastructure.Media.PictureSize
리턴 void

WriteVideoThumbnailPicture() 공개 메소드

public WriteVideoThumbnailPicture ( string videoFilePath, string imageFilePath, PictureSize size, float frameTime ) : void
videoFilePath string
imageFilePath string
size mobSocial.Core.Infrastructure.Media.PictureSize
frameTime float
리턴 void

WriteVideoThumbnailPicture() 공개 메소드

public WriteVideoThumbnailPicture ( string videoFilePath, string imageFilePath, float frameTime ) : void
videoFilePath string
imageFilePath string
frameTime float
리턴 void