sp<MetaData> MP3Extractor::getTrackMetaData(size_t index, uint32_t flags) {
ALOGE("%s\t%d",__FUNCTION__,__LINE__);
if (mInitCheck != OK || index != 0) {
return NULL;
}
return mMeta;
}
이 기능이 MP3Extractor
에 필요한 이유는 무엇입니까?다음 함수의 색인은 무엇입니까?
예. 알았다. webrtc이 어떻게 작동하는지 알고 있습니까? – AQU
@wn .. 어느 정도는 .. 어떻게 도와 드릴까요? – Ganesh
좋은 시간 내 주셔서 감사합니다. – AQU