C# Class EveryplayLegacy, swip3

Inheritance: MonoBehaviour
Afficher le fichier Open project: unit9/swip3

Méthodes publiques

Méthode 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 méthode

public AccessToken ( ) : string
Résultat string

FaceCamAudioPeakLevel() public méthode

public FaceCamAudioPeakLevel ( ) : float
Résultat float

FaceCamAudioPowerLevel() public méthode

public FaceCamAudioPowerLevel ( ) : float
Résultat float

FaceCamIsAudioRecordingSupported() public méthode

public FaceCamIsAudioRecordingSupported ( ) : bool
Résultat bool

FaceCamIsHeadphonesPluggedIn() public méthode

public FaceCamIsHeadphonesPluggedIn ( ) : bool
Résultat bool

FaceCamIsRecordingPermissionGranted() public méthode

public FaceCamIsRecordingPermissionGranted ( ) : bool
Résultat bool

FaceCamIsSessionRunning() public méthode

public FaceCamIsSessionRunning ( ) : bool
Résultat bool

FaceCamIsVideoRecordingSupported() public méthode

public FaceCamIsVideoRecordingSupported ( ) : bool
Résultat bool

FaceCamRequestRecordingPermission() public méthode

public FaceCamRequestRecordingPermission ( ) : void
Résultat void

FaceCamSetAudioOnly() public méthode

public FaceCamSetAudioOnly ( bool audioOnly ) : void
audioOnly bool
Résultat void

FaceCamSetMonitorAudioLevels() public méthode

public FaceCamSetMonitorAudioLevels ( bool enabled ) : void
enabled bool
Résultat void

FaceCamSetPreviewBorderColor() public méthode

public FaceCamSetPreviewBorderColor ( float r, float g, float b, float a ) : void
r float
g float
b float
a float
Résultat void

FaceCamSetPreviewBorderWidth() public méthode

public FaceCamSetPreviewBorderWidth ( int width ) : void
width int
Résultat void

FaceCamSetPreviewOrigin() public méthode

public FaceCamSetPreviewOrigin ( Everyplay, origin ) : void
origin Everyplay,
Résultat void

FaceCamSetPreviewPositionX() public méthode

public FaceCamSetPreviewPositionX ( int x ) : void
x int
Résultat void

FaceCamSetPreviewPositionY() public méthode

public FaceCamSetPreviewPositionY ( int y ) : void
y int
Résultat void

FaceCamSetPreviewScaleRetina() public méthode

public FaceCamSetPreviewScaleRetina ( bool autoScale ) : void
autoScale bool
Résultat void

FaceCamSetPreviewSideWidth() public méthode

public FaceCamSetPreviewSideWidth ( int width ) : void
width int
Résultat void

FaceCamSetPreviewVisible() public méthode

public FaceCamSetPreviewVisible ( bool visible ) : void
visible bool
Résultat void

FaceCamSetTargetTextureHeight() public méthode

public FaceCamSetTargetTextureHeight ( int textureHeight ) : void
textureHeight int
Résultat void

FaceCamSetTargetTextureId() public méthode

public FaceCamSetTargetTextureId ( int textureId ) : void
textureId int
Résultat void

FaceCamSetTargetTextureWidth() public méthode

public FaceCamSetTargetTextureWidth ( int textureWidth ) : void
textureWidth int
Résultat void

FaceCamStartSession() public méthode

public FaceCamStartSession ( ) : void
Résultat void

FaceCamStopSession() public méthode

public FaceCamStopSession ( ) : void
Résultat void

GetUserInterfaceIdiom() public méthode

public GetUserInterfaceIdiom ( ) : int
Résultat int

IsPaused() public méthode

public IsPaused ( ) : bool
Résultat bool

IsRecording() public méthode

public IsRecording ( ) : bool
Résultat bool

IsRecordingSupported() public méthode

public IsRecordingSupported ( ) : bool
Résultat bool

IsSingleCoreDevice() public méthode

public IsSingleCoreDevice ( ) : bool
Résultat bool

IsSupported() public méthode

public IsSupported ( ) : bool
Résultat bool

LoadThumbnailFromFilePath() public méthode

public LoadThumbnailFromFilePath ( string filePath, Everyplay, readyDelegate, Everyplay, failedDelegate ) : void
filePath string
readyDelegate Everyplay,
failedDelegate Everyplay,
Résultat void

MakeRequest() public méthode

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,
Résultat void

PauseRecording() public méthode

public PauseRecording ( ) : void
Résultat void

PlayLastRecording() public méthode

public PlayLastRecording ( ) : void
Résultat void

PlayVideoWithDictionary() public méthode

public PlayVideoWithDictionary ( object>.Dictionary dict ) : void
dict object>.Dictionary
Résultat void

PlayVideoWithURL() public méthode

public PlayVideoWithURL ( string url ) : void
url string
Résultat void

ResumeRecording() public méthode

public ResumeRecording ( ) : void
Résultat void

SetDisableSingleCoreDevices() public méthode

public SetDisableSingleCoreDevices ( bool state ) : void
state bool
Résultat void

SetLowMemoryDevice() public méthode

public SetLowMemoryDevice ( bool state ) : void
state bool
Résultat void

SetMaxRecordingMinutesLength() public méthode

public SetMaxRecordingMinutesLength ( int minutes ) : void
minutes int
Résultat void

SetMetadata() public méthode

public SetMetadata ( object>.Dictionary dict ) : void
dict object>.Dictionary
Résultat void

SetMetadata() public méthode

public SetMetadata ( string key, object val ) : void
key string
val object
Résultat void

SetMotionFactor() public méthode

public SetMotionFactor ( int factor ) : void
factor int
Résultat void

SetTargetFPS() public méthode

public SetTargetFPS ( int fps ) : void
fps int
Résultat void

SetThumbnailTargetTextureHeight() public méthode

public SetThumbnailTargetTextureHeight ( int textureHeight ) : void
textureHeight int
Résultat void

SetThumbnailTargetTextureId() public méthode

public SetThumbnailTargetTextureId ( int textureId ) : void
textureId int
Résultat void

SetThumbnailTargetTextureWidth() public méthode

public SetThumbnailTargetTextureWidth ( int textureWidth ) : void
textureWidth int
Résultat void

SetThumbnailWidth() public méthode

public SetThumbnailWidth ( int thumbnailWidth ) : void
thumbnailWidth int
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

ShowSharingModal() public méthode

public ShowSharingModal ( ) : void
Résultat void

ShowWithPath() public méthode

public ShowWithPath ( string path ) : void
path string
Résultat void

SnapshotRenderbuffer() public méthode

public SnapshotRenderbuffer ( ) : bool
Résultat bool

StartRecording() public méthode

public StartRecording ( ) : void
Résultat void

StopRecording() public méthode

public StopRecording ( ) : void
Résultat void

TakeThumbnail() public méthode

public TakeThumbnail ( ) : void
Résultat void