Uses of Class
org.kurento.client.ElementConnectionData
-
Uses of ElementConnectionData in org.kurento.client
Methods in org.kurento.client that return types with arguments of type ElementConnectionDataModifier and TypeMethodDescriptionMediaElement.getSinkConnections()Gets information about the source pads of this media element.MediaElement.getSinkConnections(MediaType mediaType) Gets information about the source pads of this media element.MediaElement.getSinkConnections(MediaType mediaType, String description) Gets information about the source pads of this media element.MediaElement.getSinkConnections(Transaction tx) Gets information about the source pads of this media element.MediaElement.getSinkConnections(Transaction tx, MediaType mediaType) Gets information about the source pads of this media element.MediaElement.getSinkConnections(Transaction tx, MediaType mediaType, String description) Gets information about the source pads of this media element.MediaElement.getSourceConnections()Gets information about the sink pads of this media element.MediaElement.getSourceConnections(MediaType mediaType) Gets information about the sink pads of this media element.MediaElement.getSourceConnections(MediaType mediaType, String description) Gets information about the sink pads of this media element.MediaElement.getSourceConnections(Transaction tx) Gets information about the sink pads of this media element.MediaElement.getSourceConnections(Transaction tx, MediaType mediaType) Gets information about the sink pads of this media element.MediaElement.getSourceConnections(Transaction tx, MediaType mediaType, String description) Gets information about the sink pads of this media element.Method parameters in org.kurento.client with type arguments of type ElementConnectionDataModifier and TypeMethodDescriptionvoidMediaElement.getSinkConnections(Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSinkConnections:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getSinkConnections(MediaType mediaType, String description, Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSinkConnections:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getSinkConnections(MediaType mediaType, Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSinkConnections:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getSourceConnections(Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSourceConnections:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getSourceConnections(MediaType mediaType, String description, Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSourceConnections:Continuation.onSuccess(F)is called when the action is done.voidMediaElement.getSourceConnections(MediaType mediaType, Continuation<List<ElementConnectionData>> cont) Asynchronous version of getSourceConnections:Continuation.onSuccess(F)is called when the action is done.