我正在尝试使用setDataSource(FileDescriptor fd, long offset, long length)
Mediaplayer 中的方法。我从 FileInputStream 获得了 FileDescriptor。如果长度参数是the length in bytes of the data to be played
那么我将如何从 FileInputStream 到长度。
问问题
240 次
我正在尝试使用setDataSource(FileDescriptor fd, long offset, long length)
Mediaplayer 中的方法。我从 FileInputStream 获得了 FileDescriptor。如果长度参数是the length in bytes of the data to be played
那么我将如何从 FileInputStream 到长度。