C# Class EveryplayLegacy, swip3

Inheritance: MonoBehaviour
ファイルを表示 Open project: unit9/swip3

Public Methods

Method Description
AccessToken ( ) : string
FaceCamAudioPeakLevel ( ) : float
FaceCamAudioPowerLevel ( ) : float
FaceCamIsAudioRecordingSupported ( ) : bool
FaceCamIsHeadphonesPluggedIn ( ) : bool
FaceCamIsRecordingPermissionGranted ( ) : bool
FaceCamIsSessionRunning ( ) : bool
FaceCamIsVideoRecordingSupported ( ) : bool
FaceCamRequestRecordingPermission ( ) : void
FaceCamSetAudioOnly ( bool audioOnly ) : void
FaceCamSetMonitorAudioLevels ( bool enabled ) : void
FaceCamSetPreviewBorderColor ( float r, float g, float b, float a ) : void
FaceCamSetPreviewBorderWidth ( int width ) : void
FaceCamSetPreviewOrigin ( Everyplay, origin ) : void
FaceCamSetPreviewPositionX ( int x ) : void
FaceCamSetPreviewPositionY ( int y ) : void
FaceCamSetPreviewScaleRetina ( bool autoScale ) : void
FaceCamSetPreviewSideWidth ( int width ) : void
FaceCamSetPreviewVisible ( bool visible ) : void
FaceCamSetTargetTextureHeight ( int textureHeight ) : void
FaceCamSetTargetTextureId ( int textureId ) : void
FaceCamSetTargetTextureWidth ( int textureWidth ) : void
FaceCamStartSession ( ) : void
FaceCamStopSession ( ) : void
GetUserInterfaceIdiom ( ) : int
IsPaused ( ) : bool
IsRecording ( ) : bool
IsRecordingSupported ( ) : bool
IsSingleCoreDevice ( ) : bool
IsSupported ( ) : bool
LoadThumbnailFromFilePath ( string filePath, Everyplay, readyDelegate, Everyplay, failedDelegate ) : void
MakeRequest ( string method, string url, object>.Dictionary data, Everyplay, readyDelegate, Everyplay, failedDelegate ) : void
PauseRecording ( ) : void
PlayLastRecording ( ) : void
PlayVideoWithDictionary ( object>.Dictionary dict ) : void
PlayVideoWithURL ( string url ) : void
ResumeRecording ( ) : void
SetDisableSingleCoreDevices ( bool state ) : void
SetLowMemoryDevice ( bool state ) : void
SetMaxRecordingMinutesLength ( int minutes ) : void
SetMetadata ( object>.Dictionary dict ) : void
SetMetadata ( string key, object val ) : void
SetMotionFactor ( int factor ) : void
SetTargetFPS ( int fps ) : void
SetThumbnailTargetTextureHeight ( int textureHeight ) : void
SetThumbnailTargetTextureId ( int textureId ) : void
SetThumbnailTargetTextureWidth ( int textureWidth ) : void
SetThumbnailWidth ( int thumbnailWidth ) : void
Show ( ) : void
ShowSharingModal ( ) : void
ShowWithPath ( string path ) : void
SnapshotRenderbuffer ( ) : bool
StartRecording ( ) : void
StopRecording ( ) : void
TakeThumbnail ( ) : void

Method Details

AccessToken() public method

public AccessToken ( ) : string
return string

FaceCamAudioPeakLevel() public method

public FaceCamAudioPeakLevel ( ) : float
return float

FaceCamAudioPowerLevel() public method

public FaceCamAudioPowerLevel ( ) : float
return float

FaceCamIsAudioRecordingSupported() public method

public FaceCamIsAudioRecordingSupported ( ) : bool
return bool

FaceCamIsHeadphonesPluggedIn() public method

public FaceCamIsHeadphonesPluggedIn ( ) : bool
return bool

FaceCamIsRecordingPermissionGranted() public method

public FaceCamIsRecordingPermissionGranted ( ) : bool
return bool

FaceCamIsSessionRunning() public method

public FaceCamIsSessionRunning ( ) : bool
return bool

FaceCamIsVideoRecordingSupported() public method

public FaceCamIsVideoRecordingSupported ( ) : bool
return bool

FaceCamRequestRecordingPermission() public method

public FaceCamRequestRecordingPermission ( ) : void
return void

FaceCamSetAudioOnly() public method

public FaceCamSetAudioOnly ( bool audioOnly ) : void
audioOnly bool
return void

FaceCamSetMonitorAudioLevels() public method

public FaceCamSetMonitorAudioLevels ( bool enabled ) : void
enabled bool
return void

FaceCamSetPreviewBorderColor() public method

public FaceCamSetPreviewBorderColor ( float r, float g, float b, float a ) : void
r float
g float
b float
a float
return void

FaceCamSetPreviewBorderWidth() public method

public FaceCamSetPreviewBorderWidth ( int width ) : void
width int
return void

FaceCamSetPreviewOrigin() public method

public FaceCamSetPreviewOrigin ( Everyplay, origin ) : void
origin Everyplay,
return void

FaceCamSetPreviewPositionX() public method

public FaceCamSetPreviewPositionX ( int x ) : void
x int
return void

FaceCamSetPreviewPositionY() public method

public FaceCamSetPreviewPositionY ( int y ) : void
y int
return void

FaceCamSetPreviewScaleRetina() public method

public FaceCamSetPreviewScaleRetina ( bool autoScale ) : void
autoScale bool
return void

FaceCamSetPreviewSideWidth() public method

public FaceCamSetPreviewSideWidth ( int width ) : void
width int
return void

FaceCamSetPreviewVisible() public method

public FaceCamSetPreviewVisible ( bool visible ) : void
visible bool
return void

FaceCamSetTargetTextureHeight() public method

public FaceCamSetTargetTextureHeight ( int textureHeight ) : void
textureHeight int
return void

FaceCamSetTargetTextureId() public method

public FaceCamSetTargetTextureId ( int textureId ) : void
textureId int
return void

FaceCamSetTargetTextureWidth() public method

public FaceCamSetTargetTextureWidth ( int textureWidth ) : void
textureWidth int
return void

FaceCamStartSession() public method

public FaceCamStartSession ( ) : void
return void

FaceCamStopSession() public method

public FaceCamStopSession ( ) : void
return void

GetUserInterfaceIdiom() public method

public GetUserInterfaceIdiom ( ) : int
return int

IsPaused() public method

public IsPaused ( ) : bool
return bool

IsRecording() public method

public IsRecording ( ) : bool
return bool

IsRecordingSupported() public method

public IsRecordingSupported ( ) : bool
return bool

IsSingleCoreDevice() public method

public IsSingleCoreDevice ( ) : bool
return bool

IsSupported() public method

public IsSupported ( ) : bool
return bool

LoadThumbnailFromFilePath() public method

public LoadThumbnailFromFilePath ( string filePath, Everyplay, readyDelegate, Everyplay, failedDelegate ) : void
filePath string
readyDelegate Everyplay,
failedDelegate Everyplay,
return void

MakeRequest() public method

public MakeRequest ( string method, string url, object>.Dictionary data, Everyplay, readyDelegate, Everyplay, failedDelegate ) : void
method string
url string
data object>.Dictionary
readyDelegate Everyplay,
failedDelegate Everyplay,
return void

PauseRecording() public method

public PauseRecording ( ) : void
return void

PlayLastRecording() public method

public PlayLastRecording ( ) : void
return void

PlayVideoWithDictionary() public method

public PlayVideoWithDictionary ( object>.Dictionary dict ) : void
dict object>.Dictionary
return void

PlayVideoWithURL() public method

public PlayVideoWithURL ( string url ) : void
url string
return void

ResumeRecording() public method

public ResumeRecording ( ) : void
return void

SetDisableSingleCoreDevices() public method

public SetDisableSingleCoreDevices ( bool state ) : void
state bool
return void

SetLowMemoryDevice() public method

public SetLowMemoryDevice ( bool state ) : void
state bool
return void

SetMaxRecordingMinutesLength() public method

public SetMaxRecordingMinutesLength ( int minutes ) : void
minutes int
return void

SetMetadata() public method

public SetMetadata ( object>.Dictionary dict ) : void
dict object>.Dictionary
return void

SetMetadata() public method

public SetMetadata ( string key, object val ) : void
key string
val object
return void

SetMotionFactor() public method

public SetMotionFactor ( int factor ) : void
factor int
return void

SetTargetFPS() public method

public SetTargetFPS ( int fps ) : void
fps int
return void

SetThumbnailTargetTextureHeight() public method

public SetThumbnailTargetTextureHeight ( int textureHeight ) : void
textureHeight int
return void

SetThumbnailTargetTextureId() public method

public SetThumbnailTargetTextureId ( int textureId ) : void
textureId int
return void

SetThumbnailTargetTextureWidth() public method

public SetThumbnailTargetTextureWidth ( int textureWidth ) : void
textureWidth int
return void

SetThumbnailWidth() public method

public SetThumbnailWidth ( int thumbnailWidth ) : void
thumbnailWidth int
return void

Show() public method

public Show ( ) : void
return void

ShowSharingModal() public method

public ShowSharingModal ( ) : void
return void

ShowWithPath() public method

public ShowWithPath ( string path ) : void
path string
return void

SnapshotRenderbuffer() public method

public SnapshotRenderbuffer ( ) : bool
return bool

StartRecording() public method

public StartRecording ( ) : void
return void

StopRecording() public method

public StopRecording ( ) : void
return void

TakeThumbnail() public method

public TakeThumbnail ( ) : void
return void