guess_profile_sync
Description:
public unowned Profile guess_profile_sync (string uri, uint timeout_in_ms, out Information dlna_info) throws Error
Synchronously guesses DLNA profile for given uri
.
Parameters:
this |
ProfileGuesser object to use for guessing. |
uri |
URI of media. |
timeout_in_ms |
Timeout of guessing in miliseconds. |
dlna_info |
A place where to store DLNA information or null. |
Returns:
DLNA profile if any had matched, null otherwise. |