|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Locator
Specifies information to help find a file that contains the essence or to help find the physical media.
EssenceDescriptor.getLocators()
Method Summary | |
---|---|
String |
getPath()
Returns the path string property of this locator, which provides access to the URLString property of a network locator and the name property of a text locator. |
void |
setPath(String path)
Sets the path string property of this locator, which provides access to the URLString property of a network locator and the name property of a text locator. |
Methods inherited from interface tv.amwa.maj.iface.InterchangeObject |
---|
countProperties, createOptionalPropertyValue, disableGenerationTracking, enableGenerationTracking, getDefinition, getGeneration, getGenerationAUID, getProperties, getPropertyValue, isGenerationTracked, isPropertyPresent, omitOpionalProperty, setPropertyValue |
Method Detail |
---|
void setPath(@AAFString String path) throws NullPointerException
Sets the path string property of this locator, which provides access to the URLString property of a network locator and the name property of a text locator.
path
- Path string property of this locator.
NullPointerException
- The given path is null
.@AAFString String getPath()
Returns the path string property of this locator, which provides access to the URLString property of a network locator and the name property of a text locator.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |