Exemplo n.º 1
0
 internal static extern MediaContentError GetModifiedTime(MediaInfoHandle handle, out IntPtr posixTime);
Exemplo n.º 2
0
 internal static extern MediaContentError CancelThumbnail(MediaInfoHandle mediaInformationHandle);
Exemplo n.º 3
0
 internal static extern MediaContentError GetDisplayName(MediaInfoHandle mediaInformationHandle, out IntPtr name);
Exemplo n.º 4
0
 internal static extern MediaContentError GetMimeType(MediaInfoHandle mediaInformationHandle, out IntPtr mimeType);
Exemplo n.º 5
0
 internal static extern MediaContentError GetVideo(MediaInfoHandle handle, out IntPtr videoHandle);
Exemplo n.º 6
0
 internal static extern MediaContentError GetMediaId(MediaInfoHandle mediaInformationHandle, out IntPtr mediaId);
Exemplo n.º 7
0
 internal static extern MediaContentError IsDrm(MediaInfoHandle mediaInformationHandle, out bool isDrm);
Exemplo n.º 8
0
 internal static extern MediaContentError Insert(string filePath, out MediaInfoHandle info);
Exemplo n.º 9
0
 internal static extern MediaContentError GetRating(MediaInfoHandle mediaInformationHandle, out int rating);
Exemplo n.º 10
0
 internal static extern MediaContentError GetTitle(MediaInfoHandle mediaInformationHandle, out IntPtr title);
Exemplo n.º 11
0
 internal static extern MediaContentError GetAltitude(MediaInfoHandle mediaInformationHandle, out double altitude);
Exemplo n.º 12
0
 internal static extern MediaContentError GetDescription(MediaInfoHandle mediaInformationHandle, out IntPtr description);
Exemplo n.º 13
0
 internal static extern MediaContentError GetTimeline(MediaInfoHandle handle, out IntPtr posixTime);
Exemplo n.º 14
0
 internal static extern MediaContentError StartFaceDetection(MediaInfoHandle handle,
                                                             FaceDetectionCompletedCallback callback, IntPtr userData = default(IntPtr));
Exemplo n.º 15
0
 internal static extern MediaContentError GetStorageType(MediaInfoHandle mediaInformationHandle, out StorageType storageType);
Exemplo n.º 16
0
 internal static extern MediaContentError CancelFaceDetection(MediaInfoHandle handle);
Exemplo n.º 17
0
 internal static extern MediaContentError GetMediaFromDB(string mediaId, out MediaInfoHandle handle);
Exemplo n.º 18
0
 internal static extern MediaContentError GetImage(MediaInfoHandle handle, out IntPtr imageHandle);
Exemplo n.º 19
0
 internal static extern MediaContentError SetFavorite(MediaInfoHandle mediaInformationHandle, bool favorite);
Exemplo n.º 20
0
 internal static extern MediaContentError GetAudio(MediaInfoHandle handle, out IntPtr audioHandle);
Exemplo n.º 21
0
 internal static extern MediaContentError UpdateToDB(MediaInfoHandle mediaInformationHandle);
Exemplo n.º 22
0
 internal static extern MediaContentError GetFilePath(MediaInfoHandle mediaInformationHandle, out IntPtr filePath);
Exemplo n.º 23
0
 internal static extern MediaContentError MoveToDB(MediaInfoHandle mediaInformationHandle, string dstPath);
Exemplo n.º 24
0
 internal static extern MediaContentError GetMediaType(MediaInfoHandle mediaInformationHandle, out MediaType type);
Exemplo n.º 25
0
 internal static extern MediaContentError CreateThumbnail(MediaInfoHandle handle,
                                                          ThumbnailCompletedCallback callback, IntPtr userData = default(IntPtr));
Exemplo n.º 26
0
 internal static extern MediaContentError GetSize(MediaInfoHandle mediaInformationHandle, out long size);
Exemplo n.º 27
0
 internal static extern MediaContentError GetBook(MediaInfoHandle handle, out IntPtr bookHandle);