2022年5月28日 星期六

USB MTP

MTP (Media Transfer Protocol) 是 PTP (Picture Transfer Protocol) 的擴充。PTP 設計只用來下載相片, MTP 可和行動裝置間雙向傳送 music files、media files、以及 personal information。

MTP 是 "Windows Media" 框架的一部分而和 Windows Media Player 關係密切。2008,MTP 成為標準 USB device class,擴充 PTP 並共用相同 class code。2011,成為和 Android 間傳送檔案的標準方式。

參考:

  1. https://en.wikipedia.org/wiki/Media_Transfer_Protocol
  • 相關

沒有留言:

張貼留言

SIP header Via

所有 SIP 訊息 都要有 Via,縮寫 v。一開始的 UAC 和後續途經的每個 proxy 都會疊加一個 Via 放傳送的位址,依序作為回應的路徑。 格式 sent-protocol sent-by [ ;branch= branch ][ ; 參數 ...] s...