jiuyiUniapp/jiuyi2/lib/commonjs/components/Agora-RTC-JS/common/Classes.js.map

1 line
101 KiB
Plaintext
Raw Normal View History

2024-12-18 15:46:27 +08:00
{"version":3,"names":["VideoDimensions","constructor","params","_defineProperty","width","height","exports","VideoEncoderConfiguration","dimensions","frameRate","minFrameRate","bitrate","minBitrate","orientationMode","degradationPrefer","mirrorMode","BeautyOptions","lighteningContrastLevel","lighteningLevel","smoothnessLevel","rednessLevel","sharpnessLevel","AgoraImage","url","x","y","zOrder","alpha","TranscodingUser","uid","audioChannel","Color","red","green","blue","LiveTranscoding","transcodingUsers","videoBitrate","videoFramerate","lowLatency","videoGop","watermark","watermarkList","backgroundImage","backgroundImageList","audioSampleRate","audioBitrate","audioChannels","audioCodecProfile","videoCodecProfile","videoCodecType","backgroundColor","userConfigExtraInfo","metadata","advancedFeatures","ChannelMediaInfo","channelName","token","ChannelMediaRelayConfiguration","srcInfo","destInfos","LastmileProbeConfig","probeUplink","probeDownlink","expectedUplinkBitrate","expectedDownlinkBitrate","Rectangle","WatermarkOptions","visibleInPreview","positionInLandscapeMode","positionInPortraitMode","LiveInjectStreamConfig","RhythmPlayerConfig","beatsPerMeasure","beatsPerMinute","publish","CameraCapturerConfiguration","preference","captureWidth","captureHeight","cameraDirection","ChannelMediaOptions","autoSubscribeAudio","autoSubscribeVideo","publishLocalAudio","publishLocalVideo","EncryptionConfig","encryptionMode","encryptionKey","encryptionKdfSalt","ClientRoleOptions","audienceLatencyLevel","LogConfig","filePath","fileSize","level","DataStreamConfig","syncWithAudio","ordered","RtcEngineContext","appId","areaCode","logConfig","RtcEngineConfig","AudioRecordingConfiguration","recordingQuality","recordingPosition","recordingSampleRate","recordingChannel","VirtualBackgroundSource","backgroundSourceType","color","source","blur_degree","EchoTestConfiguration","enableAudio","enableVideo","channelId","MediaRecorderConfiguration","storagePath","containerFormat","streamType","maxDurationMs","recorderInfoUpdateInterval","ContentInspectModule","ContentInspectConfig","LocalAccessPointConfiguration","VideoDenoiserOptions","LowLightEnhanceOptions","ColorEnhanceOptions","ScreenCaptureParameters","ScreenVideoParameters","ScreenAudioParameters","SpatialAudioParams"],"sources":["Classes.ts"],"sourcesContent":["import type {\r\n AreaCode,\r\n AudienceLatencyLevelType,\r\n AudioChannel,\r\n AudioCodecProfileType,\r\n AudioRecordingPosition,\r\n AudioRecordingQuality,\r\n AudioSampleRateType,\r\n CameraCaptureOutputPreference,\r\n CameraDirection,\r\n CaptureBrightnessLevelType,\r\n DegradationPreference,\r\n EncryptionMode,\r\n ExperiencePoorReason,\r\n ExperienceQualityType,\r\n LastmileProbeResultState,\r\n LighteningContrastLevel,\r\n LogLevel,\r\n NetworkQuality,\r\n VideoCodecProfileType,\r\n VideoCodecType,\r\n VideoFrameRate,\r\n VideoMirrorMode,\r\n VideoOutputOrientationMode,\r\n VideoQualityAdaptIndication,\r\n VideoStreamType,\r\n VirtualBackgroundBlurDegree,\r\n VirtualBackgroundSourceType,\r\n VideoCodecTypeForStream,\r\n VideoContentHint,\r\n} from './Enums';\r\n\r\n/**\r\n * The user information, including the user ID and user account.\r\n */\r\nexport interface UserInfo {\r\n /**\r\n * The user ID of a user.\r\n */\r\n uid: number;\r\n /**\r\n * The user account of a user.\r\n */\r\n userAccount: string;\r\n}\r\n\r\n/**\r\n * The video resolution.\r\n */\r\nexport class VideoDimensions {\r\n /**\r\n * The width (px) of the video encoding resolution.\r\n */\r\n width?: number;\r\n /**\r\n * The height (px) of the video encoding resolution.\r\n */\r\n height?: number;\r\n\r\n constructor(params?: { width?: number; height?: number }) {\r\n if (params) {\r\n this.width = params.width;\r\n this.height = params.height;\r\n }\r\n }\r\n}\r\n\r\n/**\r\n * Definition of VideoEncoderConfiguration.\r\n */\r\nexport class VideoEncoderConfiguration {\r\n /**\r\n * The video frame dimensions (px), which is used to specify the video quality and measured by the total number o