Skip to content

Commit

Permalink
Merge pull request #74 from lgcast-dev/master
Browse files Browse the repository at this point in the history
Update LGCast v1.3.7
  • Loading branch information
jonghenhan authored Oct 6, 2022
2 parents cc2cd3f + 3f4a580 commit 2dd7f6b
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 178 deletions.
Binary file not shown.
Binary file modified Frameworks/LGCast/GStreamerForLGCast.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion Frameworks/LGCast/LGCast.framework/Headers/LGCast-Swift.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
#ifndef LGCAST_SWIFT_H
#define LGCAST_SWIFT_H
#pragma clang diagnostic push
Expand Down
10 changes: 5 additions & 5 deletions Frameworks/LGCast/LGCast.framework/Headers/LGCast.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// LGCast-SDK.h
// LGCast-SDK
// LGCast.h
// LGCast
//
// Created by DeviceSynergyTask on 2021/04/21.
//
Expand All @@ -10,10 +10,10 @@
#import <GStreamerForLGCast/LCStreamer.h>
#import <GStreamerForLGCast/LCStreamerData.h>

//! Project version number for LGCast-SDK.
//! Project version number for LGCast.
FOUNDATION_EXPORT double LGCastSDKVersionNumber;

//! Project version string for LGCast-SDK.
//! Project version string for LGCast.
FOUNDATION_EXPORT const unsigned char LGCastSDKVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <LGCast-SDK/PublicHeader.h>
// In this header, you should import all the public headers of your framework using statements like #import <LGCast/PublicHeader.h>
Binary file modified Frameworks/LGCast/LGCast.framework/Info.plist
Binary file not shown.
Binary file modified Frameworks/LGCast/LGCast.framework/LGCast
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-compiler-version: Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name LGCast
import AVFoundation
import AudioToolbox
Expand Down Expand Up @@ -289,91 +289,6 @@ import _Concurrency
get
}
}
extension Foundation.UserDefaults {
public enum LGCast {
@LGCast.LGCastUserDefaults public static var usePcPlayer: Swift.Bool {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var videoType: LGCast.MTVideoType {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var audioType: LGCast.MTAudioType {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var enableSrtp: Swift.Bool {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var pcIpAddress: Swift.String {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var pcVideoPort: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var pcAudioPort: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var tvIpAddress: Swift.String {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var isRunningExtension: Swift.Bool {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var videoBitrate: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var resoultionKey: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var resoultionWidth: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var resoultionHeight: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var audioBitrate: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var enableRivision: Swift.Bool {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var iframeLatency: Swift.Int {
get
set
_modify
}
public static func debug()
}
}
@propertyWrapper public struct LGCastUserDefaults<T> {
public var wrappedValue: T {
get
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-compiler-version: Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name LGCast
import AVFoundation
import AudioToolbox
Expand Down Expand Up @@ -289,91 +289,6 @@ import _Concurrency
get
}
}
extension Foundation.UserDefaults {
public enum LGCast {
@LGCast.LGCastUserDefaults public static var usePcPlayer: Swift.Bool {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var videoType: LGCast.MTVideoType {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var audioType: LGCast.MTAudioType {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var enableSrtp: Swift.Bool {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var pcIpAddress: Swift.String {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var pcVideoPort: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var pcAudioPort: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var tvIpAddress: Swift.String {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var isRunningExtension: Swift.Bool {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var videoBitrate: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var resoultionKey: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var resoultionWidth: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var resoultionHeight: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var audioBitrate: Swift.Int {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var enableRivision: Swift.Bool {
get
set
_modify
}
@LGCast.LGCastUserDefaults public static var iframeLatency: Swift.Int {
get
set
_modify
}
public static func debug()
}
}
@propertyWrapper public struct LGCastUserDefaults<T> {
public var wrappedValue: T {
get
Expand Down
Binary file not shown.

0 comments on commit 2dd7f6b

Please sign in to comment.