NativeImageSourceUnsafeUtility
NameSpace: Android
Public Methods
bool TryGetYUVDataAssumeLocked
public static bool TryGetYUVDataAssumeLocked(
this NativeImage self,
out NativeYUVPlanes outYuvPlanes
)
Parameters
| Type | Name | Description |
|---|---|---|
| this NativeImage | self | |
| out NativeYUVPlanes | outYuvPlanes |
bool TryLockData
public static bool TryLockData(
this NativeImage self
)
Parameters
| Type | Name | Description |
|---|---|---|
| this NativeImage | self |
bool TryUnlockData
public static bool TryUnlockData(
this NativeImage self
)
Parameters
| Type | Name | Description |
|---|---|---|
| this NativeImage | self |
JobHandle TryUnlockDataAsync
public static JobHandle TryUnlockDataAsync(
this NativeImage self,
JobHandle dependency
)
Parameters
| Type | Name | Description |
|---|---|---|
| this NativeImage | self | |
| JobHandle | dependency |