org.gstreamer.lowlevel
Class ReferenceManager

java.lang.Object
  extended by org.gstreamer.lowlevel.ReferenceManager

public class ReferenceManager
extends java.lang.Object

Manages keep alive links from one object to another.


Method Summary
static
<T> T
addKeepAliveReference(T ref, RefCountedObject target)
          Adds a link from ref to target that keeps target alive whilst ref is alive.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addKeepAliveReference

public static <T> T addKeepAliveReference(T ref,
                                          RefCountedObject target)
Adds a link from ref to target that keeps target alive whilst ref is alive.

Parameters:
ref -
target -


Copyright © 2010. All Rights Reserved.