MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / Option

Method Option

Source/MediaInfoDLL/MediaInfoDLL.JNative.java:326–329  ·  view source on GitHub ↗

Sets the option Overloads method #Option(String, String) @param option name of option @return desired information or status of the option @throws HandleNotInitializedException if the handle is null @throws NativeException

(String option)

Source from the content-addressed store, hash-verified

324 * @see #Option(String, String)
325 */
326 public String Option(String option) throws HandleNotInitializedException, NativeException, Exception
327 {
328 return Option(option, "");
329 }
330
331
332 /**

Callers 1

NewMethod · 0.95

Calls 2

createPointerMethod · 0.95
retrieveStringMethod · 0.95

Tested by

no test coverage detected