java.lang.Object
            
            
        
                
            
            com.smartdevicelink.streaming.AbstractPacketizer
            
            
        
    
public static final java.lang.String TAG
| From Class | Fields | 
|---|---|
| com.smartdevicelink.streaming.AbstractPacketizer | _streamListener, _rpcSessionID, _serviceType, _session, is, bufferSize, buffer, _request, _wiproVersion | 
public StreamPacketizer(IStreamListener streamListener,InputStream is,SessionType sType,byte rpcSessionID,SdlSession session)
public void start() throws java.io.IOException
public void stop()
public void run()
public void pause()
public void resume()
Called by the app.
public void sendFrame(byte[] data,int offset,int length,long presentationTimeUs) throws java.lang.ArrayIndexOutOfBoundsException
Called by the app.
public void sendFrame(ByteBuffer data,long presentationTimeUs)
Called by the app.
public void sendAudio(byte[] data,int offset,int length,long presentationTimeUs) throws java.lang.ArrayIndexOutOfBoundsException
Called by the app.
public void sendAudio(ByteBuffer data,long presentationTimeUs,CompletionListener completionListener)
| From Class | Methods | 
|---|---|
| com.smartdevicelink.streaming.AbstractPacketizer | start, stop, pause, resume | 
| java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |