Beispiel #1
0
 public static string CreateObjectURL(MediaStream stream, ObjectUrlOptions options)
 {
     return(null);
 }
Beispiel #2
0
 public static string CreateObjectURL(MediaSource source, ObjectUrlOptions options)
 {
     return(null);
 }
Beispiel #3
0
 public static string CreateObjectURL(Blob blob, ObjectUrlOptions options)
 {
     return(null);
 }
Beispiel #4
0
 public static string CreateObjectURL(MediaStream stream, ObjectUrlOptions options)
 {
     return null;
 }
Beispiel #5
0
 public static string CreateObjectURL(MediaSource source, ObjectUrlOptions options)
 {
     return null;
 }
Beispiel #6
0
 public static string CreateObjectURL(Blob blob, ObjectUrlOptions options)
 {
     return null;
 }