AWSKinesisVideoGetDataEndpointOutput

Objective-C

@interface AWSKinesisVideoGetDataEndpointOutput

Swift

class AWSKinesisVideoGetDataEndpointOutput
  • The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable dataEndpoint;

    Swift

    var dataEndpoint: String? { get set }