C# 클래스 UnityPlatformWindowsPhone.WindowsPhoneMedia

상속: Unity.Core.Media.AbstractMedia, IAppverseService
파일 보기 프로젝트 열기: Appverse/appverse-mobile

공개 메소드들

메소드 설명
GetCurrentMedia ( ) : Task
GetMetadata ( string filePath ) : Task
GetSnapshot ( ) : Task
GetState ( ) : Task
Pause ( ) : Task
Play ( string filePath ) : Task
PlayStream ( string url ) : Task
SeekPosition ( long position ) : Task
StartAudioRecording ( string outputFilePath ) : Task
StartVideoRecording ( string outputFilePath ) : Task
Stop ( ) : Task
StopAudioRecording ( ) : Task
StopVideoRecording ( ) : Task
TakeSnapshot ( ) : Task
TakeSnapshotWithOptions ( CameraOptions options ) : System.Threading.Tasks.Task
WindowsPhoneMedia ( ) : System

비공개 메소드들

메소드 설명
GetMetadata ( StorageFile targetFile ) : Task

메소드 상세

GetCurrentMedia() 공개 메소드

public GetCurrentMedia ( ) : Task
리턴 Task

GetMetadata() 공개 메소드

public GetMetadata ( string filePath ) : Task
filePath string
리턴 Task

GetSnapshot() 공개 메소드

public GetSnapshot ( ) : Task
리턴 Task

GetState() 공개 메소드

public GetState ( ) : Task
리턴 Task

Pause() 공개 메소드

public Pause ( ) : Task
리턴 Task

Play() 공개 메소드

public Play ( string filePath ) : Task
filePath string
리턴 Task

PlayStream() 공개 메소드

public PlayStream ( string url ) : Task
url string
리턴 Task

SeekPosition() 공개 메소드

public SeekPosition ( long position ) : Task
position long
리턴 Task

StartAudioRecording() 공개 메소드

public StartAudioRecording ( string outputFilePath ) : Task
outputFilePath string
리턴 Task

StartVideoRecording() 공개 메소드

public StartVideoRecording ( string outputFilePath ) : Task
outputFilePath string
리턴 Task

Stop() 공개 메소드

public Stop ( ) : Task
리턴 Task

StopAudioRecording() 공개 메소드

public StopAudioRecording ( ) : Task
리턴 Task

StopVideoRecording() 공개 메소드

public StopVideoRecording ( ) : Task
리턴 Task

TakeSnapshot() 공개 메소드

public TakeSnapshot ( ) : Task
리턴 Task

TakeSnapshotWithOptions() 공개 메소드

public TakeSnapshotWithOptions ( CameraOptions options ) : System.Threading.Tasks.Task
options Unity.Core.Media.Camera.CameraOptions
리턴 System.Threading.Tasks.Task

WindowsPhoneMedia() 공개 메소드

public WindowsPhoneMedia ( ) : System
리턴 System