Uses of Class
org.praxislive.core.types.PResource
-
Packages that use PResource Package Description org.praxislive.core.types org.praxislive.video.gstreamer -
-
Uses of PResource in org.praxislive.core.types
Methods in org.praxislive.core.types that return PResource Modifier and Type Method Description static PResourcePResource. of(URI uri)static PResourcePResource. parse(String str)Methods in org.praxislive.core.types that return types with arguments of type PResource Modifier and Type Method Description static Optional<PResource>PResource. from(Value arg)Methods in org.praxislive.core.types with parameters of type PResource Modifier and Type Method Description intPResource. compareTo(PResource o)List<URI>PResource.Resolver. resolve(PResource resource) -
Uses of PResource in org.praxislive.video.gstreamer
Method parameters in org.praxislive.video.gstreamer with type arguments of type PResource Modifier and Type Method Description VideoPlayerVideoPlayer. location(Optional<PResource> location)
-