AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
AlivcLiveLocalRecordConfig.java
1package com.alivc.live.pusher;
2
3import com.alivc.live.annotations.AlivcLiveRecordAudioQuality;
4import com.alivc.live.annotations.AlivcLiveRecordMediaFormat;
5import com.alivc.live.annotations.AlivcLiveRecordStreamType;
6
7
14@Visible
16
23 public String storagePath = "";
24
32
41 public int maxSize = 0;
42
51 public int maxDuration = 0;
52
60
68
76
82 public boolean isValid() {
84 return false;
85 }
87 return false;
88 }
89 return true;
90 }
91
92 @Override
93 public String toString() {
94 return "AlivcLiveLocalRecordConfig{" +
95 "storagePath='" + storagePath + '\'' +
96 ", streamType=" + streamType +
97 ", maxSize=" + maxSize +
98 ", maxDuration=" + maxDuration +
99 ", audioQuality=" + audioQuality +
100 ", mediaFormat=" + mediaFormat +
101 ", audioSampleRate=" + audioSampleRate +
102 '}';
103 }
104
105}
Enumeration of streaming audio sample rate.