Click or drag to resize

AndroidGalleryManagergetFileRotation Method (Int32, String, Int32)

Gets the file rotation.

This method automatically add STORAGE_EXTERNAL to get.

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int getFileRotation(
	int id,
	string path,
	int mediaType
)

Parameters

id
Type: SystemInt32
Identifier.
path
Type: SystemString
Path.
mediaType
Type: SystemInt32
Media type.

Return Value

Type: Int32
The file rotation in int.
See Also