public static extern IntPtr sp_link_create_from_artist_portrait(IntPtr artist, sp_image_size size);
 public static extern IntPtr sp_link_create_from_album_cover(IntPtr album, sp_image_size size);
示例#3
0
 public static extern IntPtr sp_album_cover(IntPtr albumPtr, sp_image_size size);
示例#4
0
 public static extern IntPtr sp_album_cover(IntPtr albumPtr, sp_image_size size);
 public static extern IntPtr sp_link_create_from_album_cover(IntPtr albumPtr, sp_image_size size);
示例#6
0
 public static extern IntPtr sp_link_create_from_artist_portrait(IntPtr artistPtr, sp_image_size size);