Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions VIMVideoPlayer-Source/VIMVideoPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ static const float TimeUpdateInterval = 0.1f;
- (void)setPlayerItem:(AVPlayerItem *)playerItem;
- (void)setAsset:(AVAsset *)asset;

// AVAudioSession

- (void)setupAudioSession;

// Playback

- (void)play;
Expand Down
2 changes: 0 additions & 2 deletions VIMVideoPlayer-Source/VIMVideoPlayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ - (instancetype)init
[self setupPlayer];

[self addPlayerObservers];

[self setupAudioSession];
}

return self;
Expand Down