INNER CODE UNIT · Java

getVideoTrack

fyhertz/libstreaming · src/net/majorkernelpanic/streaming/Session.java:209

	public VideoStream getVideoTrack() {
		return mVideoStream;
	}	

	/**
	 * Sets the callback interface that will be called by the {@link Session}.
	 * @param callback The implementation of the {@link Callback} interface
	 */
	public void setCallback(Callback callback) {
		mCallback = callback;
	}	

	/** 
	 * The origin address of the session.
	 * It appears in the session description.
	 * @param origin The origin address
	 */
	public void setOrigin(String origin) {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…