From 9ce35cfc5190a456230af0918c4de170ef65263e Mon Sep 17 00:00:00 2001 From: Mengwangchao Date: Thu, 7 Mar 2024 17:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../html/Classes/QSubtitleElement.html | 259 ----------- .../html/Classes/Reachability.html | 374 +++++++++++++++ .../{QRenderView.html => RenderView.html} | 16 +- .../{QChannelLayout.html => PlayType.html} | 24 +- .../html/Constants/QSampleFormat.html | 144 ------ ...ideoType.html => SwitchQualityResult.html} | 36 +- .../Protocols/QIPlayerAudioDataListener.html | 202 -------- .../Protocols/QIPlayerSubtitleListener.html | 440 ------------------ .../Protocols/QIPlayerVideoDataListener.html | 202 -------- 9 files changed, 412 insertions(+), 1285 deletions(-) delete mode 100644 document/qplayer2-core/html/Classes/QSubtitleElement.html create mode 100644 document/qplayer2-core/html/Classes/Reachability.html rename document/qplayer2-core/html/Classes/{QRenderView.html => RenderView.html} (93%) rename document/qplayer2-core/html/Constants/{QChannelLayout.html => PlayType.html} (72%) delete mode 100644 document/qplayer2-core/html/Constants/QSampleFormat.html rename document/qplayer2-core/html/Constants/{QVideoType.html => SwitchQualityResult.html} (63%) delete mode 100644 document/qplayer2-core/html/Protocols/QIPlayerAudioDataListener.html delete mode 100644 document/qplayer2-core/html/Protocols/QIPlayerSubtitleListener.html delete mode 100644 document/qplayer2-core/html/Protocols/QIPlayerVideoDataListener.html diff --git a/document/qplayer2-core/html/Classes/QSubtitleElement.html b/document/qplayer2-core/html/Classes/QSubtitleElement.html deleted file mode 100644 index ddf1194..0000000 --- a/document/qplayer2-core/html/Classes/QSubtitleElement.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - QSubtitleElement Class Reference - - - - - - -
-
- -

- qplayer2-core -

- -

- 七牛云 -

- -
-
- - - -
-
-
-
-

QSubtitleElement Class Reference

- - -
- - - - - - - -
Inherits fromNSObject
Declared inQMediaModel.h
- - - - - - -
- - - - - - -
-
- -

  name -

- -
-
- -
- - -
-

自定义字幕名称

-
- - - -
@property (copy, nonatomic) NSString *name
- - - - - - - - - - - - - - - -
-

Declared In

-

QMediaModel.h

-
- - -
-
-
- -

  url -

- -
-
- -
- - -
-

字幕地址

-
- - - -
@property (copy, nonatomic) NSString *url
- - - - - - - - - - - - - - - -
-

Declared In

-

QMediaModel.h

-
- - -
-
-
- -

  isSelected -

- -
-
- -
- - -
-

是否起播加载该URL字幕

-
- - - -
@property (assign, nonatomic) BOOL isSelected
- - - - - - - - - - - - - - - -
-

Declared In

-

QMediaModel.h

-
- - -
-
-
-
- -
- - - - - - -
- - -
-
-
- - - - \ No newline at end of file diff --git a/document/qplayer2-core/html/Classes/Reachability.html b/document/qplayer2-core/html/Classes/Reachability.html new file mode 100644 index 0000000..08bd6e6 --- /dev/null +++ b/document/qplayer2-core/html/Classes/Reachability.html @@ -0,0 +1,374 @@ + + + + + + Reachability Class Reference + + + + + + +
+
+ +

+ qplayer2-core +

+ +

+ 七牛云 +

+ +
+
+ + + +
+
+
+
+

Reachability Class Reference

+ + +
+ + + + + + + +
Inherits fromNSObject
Declared inReachability.h
+ + + + + + +
+ + + + + + +
+
+ +

+ reachabilityWithHostName: +

+ +
+
+ +
+ + +
+

Use to check the reachability of a given host name.

+
+ + + +
+ (instancetype)reachabilityWithHostName:(NSString *)hostName
+ + + + + + + + + +
+

Discussion

+

Use to check the reachability of a given host name.

+
+ + + + + + + +
+

Declared In

+

Reachability.h

+
+ + +
+
+
+ +

+ reachabilityWithAddress: +

+ +
+
+ +
+ + +
+

Use to check the reachability of a given IP address.

+
+ + + +
+ (instancetype)reachabilityWithAddress:(const struct sockaddr *)hostAddress
+ + + + + + + + + +
+

Discussion

+

Use to check the reachability of a given IP address.

+
+ + + + + + + +
+

Declared In

+

Reachability.h

+
+ + +
+
+
+ +

+ reachabilityForInternetConnection +

+ +
+
+ +
+ + +
+

Checks whether the default route is available. Should be used by applications that do not connect to a particular host.

+
+ + + +
+ (instancetype)reachabilityForInternetConnection
+ + + + + + + + + +
+

Discussion

+

Checks whether the default route is available. Should be used by applications that do not connect to a particular host.

+
+ + + + + + + +
+

Declared In

+

Reachability.h

+
+ + +
+
+
+ +

– startNotifier +

+ +
+
+ +
+ + +
+

Start listening for reachability notifications on the current run loop.

+
+ + + +
- (BOOL)startNotifier
+ + + + + + + + + +
+

Discussion

+

Start listening for reachability notifications on the current run loop.

+
+ + + + + + + +
+

Declared In

+

Reachability.h

+
+ + +
+
+
+ +

– connectionRequired +

+ +
+
+ +
+ + +
+

WWAN may be available, but not active until a connection has been established. WiFi may require a connection for VPN on Demand.

+
+ + + +
- (BOOL)connectionRequired
+ + + + + + + + + +
+

Discussion

+

WWAN may be available, but not active until a connection has been established. WiFi may require a connection for VPN on Demand.

+
+ + + + + + + +
+

Declared In

+

Reachability.h

+
+ + +
+
+
+
+ +
+ + + + + + +
+ + +
+
+
+ + + + \ No newline at end of file diff --git a/document/qplayer2-core/html/Classes/QRenderView.html b/document/qplayer2-core/html/Classes/RenderView.html similarity index 93% rename from document/qplayer2-core/html/Classes/QRenderView.html rename to document/qplayer2-core/html/Classes/RenderView.html index 7cf7cc1..34201a6 100644 --- a/document/qplayer2-core/html/Classes/QRenderView.html +++ b/document/qplayer2-core/html/Classes/RenderView.html @@ -3,7 +3,7 @@ - QRenderView Class Reference + RenderView Class Reference @@ -87,7 +87,7 @@

-

QRenderView Class Reference

+

RenderView Class Reference

@@ -96,7 +96,7 @@

QRenderView Class Reference

- +
UIView
Declared inQRenderView.hRenderView.h
@@ -173,7 +173,7 @@

Discussion

Declared In

-

QRenderView.h

+

RenderView.h

@@ -219,7 +219,7 @@

Discussion

Declared In

-

QRenderView.h

+

RenderView.h

@@ -265,7 +265,7 @@

Discussion

Declared In

-

QRenderView.h

+

RenderView.h

@@ -328,7 +328,7 @@

Discussion

Declared In

-

QRenderView.h

+

RenderView.h

@@ -349,7 +349,7 @@

Declared In