Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
7bdcff97
Commit
7bdcff97
authored
Jan 13, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MacOSX/Framework: Forgot that in previous commit.
parent
3144520a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
+5
-0
extras/MacOSX/Framework/Headers/Public/VLCStreamOutput.h
extras/MacOSX/Framework/Headers/Public/VLCStreamOutput.h
+3
-0
extras/MacOSX/Framework/Headers/Public/VLCStreamSession.h
extras/MacOSX/Framework/Headers/Public/VLCStreamSession.h
+2
-0
No files found.
extras/MacOSX/Framework/Headers/Public/VLCMediaPlayer.h
View file @
7bdcff97
...
@@ -155,6 +155,11 @@ extern NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state);
...
@@ -155,6 +155,11 @@ extern NSString * VLCMediaPlayerStateToString(VLCMediaPlayerState state);
*/
*/
-
(
void
)
pause
;
-
(
void
)
pause
;
/**
* Stop the playing.
*/
-
(
void
)
stop
;
/**
/**
* Fast forwards through the feed at the standard 1x rate.
* Fast forwards through the feed at the standard 1x rate.
*/
*/
...
...
extras/MacOSX/Framework/Headers/Public/VLCStreamOutput.h
View file @
7bdcff97
...
@@ -22,5 +22,8 @@ extern NSString * VLCDefaultStreamOutputRTP;
...
@@ -22,5 +22,8 @@ extern NSString * VLCDefaultStreamOutputRTP;
+
(
id
)
rtpBroadcastStreamOutputWithSAPAnnounce
:(
NSString
*
)
announceName
;
+
(
id
)
rtpBroadcastStreamOutputWithSAPAnnounce
:(
NSString
*
)
announceName
;
+
(
id
)
rtpBroadcastStreamOutput
;
+
(
id
)
rtpBroadcastStreamOutput
;
+
(
id
)
ipodStreamOutputWithFilePath
:(
NSString
*
)
filePath
;
+
(
id
)
ipodStreamOutputWithFilePath
:(
NSString
*
)
filePath
;
+
(
id
)
streamOutputWithFilePath
:(
NSString
*
)
filePath
;
+
(
id
)
mpeg2StreamOutputWithFilePath
:(
NSString
*
)
filePath
;
+
(
id
)
mpeg4StreamOutputWithFilePath
:(
NSString
*
)
filePath
;
@end
@end
extras/MacOSX/Framework/Headers/Public/VLCStreamSession.h
View file @
7bdcff97
...
@@ -15,6 +15,8 @@
...
@@ -15,6 +15,8 @@
@interface
VLCStreamSession
:
VLCMediaPlayer
{
@interface
VLCStreamSession
:
VLCMediaPlayer
{
VLCStreamOutput
*
streamOutput
;
VLCStreamOutput
*
streamOutput
;
VLCMedia
*
originalMedia
;
VLCMedia
*
originalMedia
;
int
reattemptedConnections
;
BOOL
isComplete
;
}
}
+
(
id
)
streamSession
;
+
(
id
)
streamSession
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment