Skip to content

Commit

Permalink
fix iOS MLVB-API-Example-OC build error
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsfliu authored and AbySwifter committed Dec 8, 2021
1 parent 3041c26 commit ef107ac
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,12 @@ - (void)onError:(id<V2TXLivePlayer>)player
extraInfo:(NSDictionary *)extraInfo{
}

- (void)onVideoPlayStatusUpdate:(id<V2TXLivePlayer>)player
status:(V2TXLivePlayStatus)status
reason:(V2TXLiveStatusChangeReason)reason
extraInfo:(NSDictionary *)extraInfo{
- (void)onVideoLoading:(id<V2TXLivePlayer>)player extraInfo:(NSDictionary *)extraInfo {

}

- (void)onVideoPlaying:(id<V2TXLivePlayer>)player firstPlay:(BOOL)firstPlay extraInfo:(NSDictionary *)extraInfo {

}

- (void)onReceiveSeiMessage:(id<V2TXLivePlayer>)player
Expand Down

0 comments on commit ef107ac

Please sign in to comment.