Skip to content

Commit

Permalink
refactor: 비디오에서 Data 로직 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyxxn committed Dec 3, 2024
1 parent 2e3113c commit fba0049
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ final class MHVideoView: UIView {

extension MHVideoView: @preconcurrency MediaAttachable {
func configureSource(with mediaDescription: MediaDescription, data: Data) {
MHLogger.debug(#function)
let player = AVPlayer()
configurePlayer(player: player)
}

func configureSource(with mediaDescription: MediaDescription, url: URL) {
Expand Down

0 comments on commit fba0049

Please sign in to comment.