network static method

FlexPlayerSource network(
  1. String url
)

Implementation

static FlexPlayerSource network(String url) {
  return NetworkFlexPlayerSource(url);
}